chore: replace nixos-generators image outputs

This commit is contained in:
Ryan Yin
2026-06-14 14:10:08 +08:00
parent 2ed03e23e3
commit 400725b36c
20 changed files with 18 additions and 63 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ in
colmena.${name} = mylib.colmenaSystem (systemArgs // { inherit tags ssh-user; });
packages.${name} = inputs.self.nixosConfigurations.${name}.config.formats.kubevirt;
packages.${name} = inputs.self.nixosConfigurations.${name}.config.system.build.images.kubevirt;
# nixos tests
packages."${name}-nixos-tests" = import ../nixos-tests/idols-ruby.nix systemArgs;