oops 3
This commit is contained in:
parent
cadc488726
commit
82e912d572
|
@ -13,10 +13,10 @@ let
|
||||||
sha256 = lockFile.nodes.lix-module.locked.narHash;
|
sha256 = lockFile.nodes.lix-module.locked.narHash;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
args:
|
{ overlays ? [] } @ args:
|
||||||
import "${nixpkgs}" {
|
import "${nixpkgs}" {
|
||||||
overlays = [
|
overlays = [
|
||||||
(import ./overlay.nix)
|
(import ./overlay.nix)
|
||||||
(import "${lix-module}/overlay.nix" { inherit lix; })
|
(import "${lix-module}/overlay.nix" { inherit lix; })
|
||||||
] ++ args.overlays;
|
] ++ overlays;
|
||||||
} // (builtins.removeAttrs args [ "overlays" ])
|
} // (builtins.removeAttrs args [ "overlays" ])
|
||||||
|
|
Loading…
Reference in New Issue