fix non-flake default.nix usage with extra args
This commit is contained in:
parent
6dae849266
commit
95738f98e7
|
@ -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