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
@@ -42,5 +42,5 @@ in
colmena.${name} = mylib.colmenaSystem (systemArgs // { inherit tags ssh-user; });
packages.${name} = inputs.self.nixosConfigurations.${name}.config.formats.iso;
packages.${name} = inputs.self.nixosConfigurations.${name}.config.system.build.images.iso;
}