move otherArguments to right side of merge
for overlay list ordering, otherArguments should have priority
This commit is contained in:
parent
30412b16b9
commit
deb47dbfae
@ -79,7 +79,7 @@
|
||||
"utils": "utils_2"
|
||||
},
|
||||
"locked": {
|
||||
"narHash": "sha256-9JsKDtgLSmAkcaKRD4Ycttip1jpO9dVVaRwclWH0V8E=",
|
||||
"narHash": "sha256-AnasH9JbhPD+sR30YP+1IvNoO0S4hUcSraJwvXIaIpo=",
|
||||
"path": "./lib",
|
||||
"type": "path"
|
||||
},
|
||||
|
@ -40,7 +40,6 @@ let
|
||||
hostDefaults = stripHost cfg.nixos.hostDefaults;
|
||||
in
|
||||
lib.systemFlake (lib.mergeAny
|
||||
otherArguments
|
||||
{
|
||||
inherit self inputs hosts;
|
||||
inherit (cfg) channelsConfig supportedSystems;
|
||||
@ -99,4 +98,5 @@ lib.systemFlake (lib.mergeAny
|
||||
pkgs = getDefaultChannel channels;
|
||||
};
|
||||
}
|
||||
otherArguments # for overlays list order
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user