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.

Merge pull request #14 from DarkKirb/fix-compression-field-null-insert

fix null insertion in chunkref table

authored by

Zhaofeng Li and committed by
GitHub
abd6db3d 70ae61b5

+1
+1
server/src/api/v1/upload_path.rs
··· 489 489 seq: Set(0), 490 490 chunk_id: Set(Some(chunk.id)), 491 491 chunk_hash: Set(upload_info.nar_hash.to_typed_base16()), 492 + compression: Set(compression.to_string()), 492 493 ..Default::default() 493 494 }) 494 495 .exec(&txn)