lib/images: allow setting system modularly for mkHost

This commit is contained in:
Gabriel Arazas 2023-12-19 12:41:03 +08:00
parent d80b0b605e
commit c1e07bd7ac
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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.