updated outputs

This commit is contained in:
2026-06-02 21:36:30 +00:00
parent 61f73dd1d7
commit 80966748ae
2 changed files with 13 additions and 2 deletions
+12 -1
View File
@@ -39,6 +39,17 @@ netbootSystem = nixpkgs.lib.nixosSystem {
in {
packages.default = iso;
packages.netboot = netbootSystem.config.system.build.netboot;
# packages.netboot = netbootSystem.config.system.build.netboot;
#packages.netboot-debug =
# pkgs.writeText "attrs.json"
# (builtins.toJSON
# (builtins.attrNames netbootSystem.config.system.build));
packages.netboot-ipxe = netbootSystem.config.system.build.netbootIpxeScript;
packages.netboot-initrd = netbootSystem.config.system.build.netbootRamdisk;
packages.netboot-kernel = netbootSystem.config.system.build.kernel;
});
}