diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 9a73e99d8960..fd02dfbde927 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ # (see //nix/readTree for details) and constructing a matching attribute set # tree. -{ nixpkgsBisectPath ? null, ... }@args: +{ nixpkgsBisectPath ? null, nixpkgsConfig ? {}, ... }@args: let inherit (builtins) |