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: {