fix precedence

This commit is contained in:
xenia 2024-12-17 01:13:19 -05:00
parent c0162ee0ab
commit b6248a7c20
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ let
};
in
{ overlays ? [], ... } @ args:
import "${nixpkgs}" {
import "${nixpkgs}" ({
overlays = [
(import ./overlay.nix)
(import "${lix-module}/overlay.nix" { inherit lix; })
] ++ overlays;
} // (builtins.removeAttrs args [ "overlays" ])
} // (builtins.removeAttrs args [ "overlays" ]))