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