Add ISO as default package

This commit is contained in:
Greg Hellings
2024-01-21 22:51:02 -06:00
parent 3df0b8e52f
commit 21540946b0
+1 -1
View File
@@ -85,7 +85,7 @@
overlays = { default = local_overlay; }; overlays = { default = local_overlay; };
packages = (import ./overlays/packages.nix { inherit nixunstable flake-utils; }); packages = (import ./overlays/packages.nix { inherit nixunstable flake-utils; });
defaultPackage = { defaultPackage = {
x86_64-linux = self.nixosConfigurations.iso-beta.config.system.build.toplevel; x86_64-linux = self.nixosConfigurations.iso-beta.config.system.build.isoImage;
}; };
}; };
} }