Loading pkgs/by-name/nc/ncps/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ python3, redis, writeShellScriptBin, nixosTests, nix-update-script, }: Loading Loading @@ -96,6 +97,16 @@ buildGoModule (finalAttrs: { subPackages = [ "." ]; }; tests = { inherit (nixosTests) ncps ncps-custom-sqlite-directory ncps-custom-storage-local ncps-ha-pg ncps-ha-pg-redis ; }; updateScript = nix-update-script { }; }; Loading Loading
pkgs/by-name/nc/ncps/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ python3, redis, writeShellScriptBin, nixosTests, nix-update-script, }: Loading Loading @@ -96,6 +97,16 @@ buildGoModule (finalAttrs: { subPackages = [ "." ]; }; tests = { inherit (nixosTests) ncps ncps-custom-sqlite-directory ncps-custom-storage-local ncps-ha-pg ncps-ha-pg-redis ; }; updateScript = nix-update-script { }; }; Loading