mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
lib/images: allow setting system modularly for mkHost
This commit is contained in:
parent
d80b0b605e
commit
c1e07bd7ac
@ -25,6 +25,10 @@ in
|
||||
(lib'.makeOverridable nixosSystem) {
|
||||
lib = lib';
|
||||
modules = extraModules;
|
||||
|
||||
# Since we're setting it through nixpkgs.hostPlatform, we'll have to pass
|
||||
# this as null.
|
||||
system = null;
|
||||
};
|
||||
|
||||
# A thin wrapper around the home-manager configuration function.
|
||||
|
Loading…
Reference in New Issue
Block a user