fix non-flake default.nix usage with extra args

This commit is contained in:
xenia 2024-11-13 00:46:25 -05:00
parent 6dae849266
commit 95738f98e7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
sha256 = lockFile.nodes.lix-module.locked.narHash;
};
in
{ overlays ? [] } @ args:
{ overlays ? [], ... } @ args:
import "${nixpkgs}" {
overlays = [
(import ./overlay.nix)