Remove installer-image package
This commit is contained in:
parent
889db08cc5
commit
e71a373b57
15
flake.nix
15
flake.nix
@ -78,21 +78,6 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
installer-iso = inputs.self.nixosConfigurations.installer.config.system.build.isoImage;
|
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: {
|
apps = forAllSystems (system: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user