From e71a373b574d358a8b6fc2c6fc2647c1d7af5052 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 2 Sep 2024 23:04:59 +0200 Subject: [PATCH] Remove installer-image package --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/flake.nix b/flake.nix index 6162734..ef927c9 100644 --- a/flake.nix +++ b/flake.nix @@ -78,21 +78,6 @@ ''; installer-iso = inputs.self.nixosConfigurations.installer.config.system.build.isoImage; - - installer-image = nixos-generators.nixosGenerate { - system = system; - specialArgs = { - pkgs = pkgs; - }; - modules = [ - # Pin nixpkgs to the flake input, so that the packages installed - # come from the flake inputs.nixpkgs.url. - ({ ... }: { nix.registry.nixpkgs.flake = nixpkgs; }) - # Apply the rest of the config. - ./machines/installer-image - ]; - format = "raw-efi"; - }; }); apps = forAllSystems (system: {