From fd68a32ad179cb16deb06df0a815191d90061ade Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 2 Jun 2026 20:57:35 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 98028e3..93e6f93 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,6 @@ netbootSystem = nixpkgs.lib.nixosSystem { in { packages.default = iso; - packages.netboot = netboot.config.system.build.netboot; + packages.netboot = netbootSystem.config.system.build.netboot; }); }