mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-06 12:55:09 +02:00
chore: replace nixos-generators image outputs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user