archive server

This commit is contained in:
2026-06-12 18:27:55 +02:00
parent 6aa0ab473d
commit 97f3e4c139
11 changed files with 138 additions and 14 deletions

View File

@ -46,10 +46,13 @@
doCheck = false;
buildInputs =
with pkgs; [ sqlite ];
# env.COMPRESSION_COMMAND="${pkgs.lrzip}/bin/lrzip";
buildInputs = with pkgs; [
sqlite
lrzip
];
}
// specialArgs
);
in