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