ncps: add update script

This commit is contained in:
Gutyina Gergő
2026-02-15 14:26:28 +01:00
parent e8e6141075
commit 48a4d43c3a
+5
View File
@@ -13,6 +13,7 @@
python3,
redis,
writeShellScriptBin,
nix-update-script,
}:
let
@@ -94,6 +95,10 @@ let
source $src/nix/packages/ncps/pre-check-redis.sh
'';
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Nix binary cache proxy service";
homepage = "https://github.com/kalbasit/ncps";