ncps: reference existing NixOS tests

This commit is contained in:
Gutyina Gergő
2026-02-15 14:35:48 +01:00
parent c0ef87b704
commit fba69cbec5
+11
View File
@@ -13,6 +13,7 @@
python3,
redis,
writeShellScriptBin,
nixosTests,
nix-update-script,
}:
@@ -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 { };
};