fix non-flake default.nix usage with extra args
This commit is contained in:
parent
0a7fb8b5bd
commit
7235654a36
|
@ -13,7 +13,7 @@ let
|
|||
sha256 = lockFile.nodes.lix-module.locked.narHash;
|
||||
};
|
||||
in
|
||||
{ overlays ? [] } @ args:
|
||||
{ overlays ? [], ... } @ args:
|
||||
import "${nixpkgs}" {
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
|
|
Loading…
Reference in New Issue