Expose mkInstaller
This commit is contained in:
parent
3cfc4370f7
commit
dd9b481b78
|
@ -97,11 +97,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
installers =
|
## Fully-feature ISO installer
|
||||||
let
|
mkInstaller = import ./installer.nix;
|
||||||
installer = (import ./installer.nix) nixpkgs;
|
installers = lib.mapAttrs (_: config: self.mkInstaller nixpkgs config) self.nixosConfigurations;
|
||||||
in
|
|
||||||
lib.mapAttrs (_: config: installer config) self.nixosConfigurations;
|
|
||||||
|
|
||||||
deploy =
|
deploy =
|
||||||
let
|
let
|
||||||
|
|
Reference in a new issue