This commit is contained in:
kirbara 2025-12-06 01:00:44 +07:00
parent e99d976a9c
commit 0600112196
Signed by: exp
GPG key ID: D7E63AD0019E75D9

View file

@ -21,9 +21,7 @@ let
osConfiguration = osConfiguration =
host: host:
host.instantiate { host.instantiate {
specialArgs = { specialArgs = { inherit inputs; };
inherit inputs;
};
modules = [ modules = [
host.mainModule host.mainModule
{ nixpkgs.hostPlatform = lib.mkDefault host.system; } { nixpkgs.hostPlatform = lib.mkDefault host.system; }