diff --git a/flake.lock b/flake.lock index 795e0de2..6ee3c399 100644 --- a/flake.lock +++ b/flake.lock @@ -79,7 +79,7 @@ "utils": "utils_2" }, "locked": { - "narHash": "sha256-9JsKDtgLSmAkcaKRD4Ycttip1jpO9dVVaRwclWH0V8E=", + "narHash": "sha256-AnasH9JbhPD+sR30YP+1IvNoO0S4hUcSraJwvXIaIpo=", "path": "./lib", "type": "path" }, diff --git a/lib/mkFlake/default.nix b/lib/mkFlake/default.nix index 5bd6419d..3fecd615 100644 --- a/lib/mkFlake/default.nix +++ b/lib/mkFlake/default.nix @@ -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 )