A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

server/upload_path: Remove already fixed FIXME

-1
-1
server/src/api/v1/upload_path.rs
··· 183 183 // Try to acquire a lock on an existing NAR 184 184 let existing_nar = database.find_and_lock_nar(&upload_info.nar_hash).await?; 185 185 match existing_nar { 186 - // FIXME: existing NAR may be missing chunks 187 186 Some(existing_nar) => { 188 187 // Deduplicate? 189 188 let missing_chunk = ChunkRef::find()