about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 9a73e99d89..fd02dfbde9 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)