From a59ae21e47538cecddadc220ea16a7b8e2485f66 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Tue, 30 Jul 2024 23:24:00 -0400 Subject: [PATCH] disable non-working iso image --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index ad80416..f0ea0ca 100644 --- a/flake.nix +++ b/flake.nix @@ -36,10 +36,6 @@ ]; }; }; - - packages = { - iso = self.nixosConfigurations.iso.config.system.build.isoImage; - }; }; flake.nixosModules.default = import ./module.nix { inherit dtbName; };