updated outputs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user