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 =
host:
host.instantiate {
specialArgs = {
inherit inputs;
};
specialArgs = { inherit inputs; };
modules = [
host.mainModule
{ nixpkgs.hostPlatform = lib.mkDefault host.system; }