diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 7cdf32bef977..f43e11bea370 100644 --- a/default.nix +++ b/default.nix @@ -5,6 +5,7 @@ { nixpkgsBisectPath ? null , parentTargetMap ? null , nixpkgsConfig ? { } +, localSystem ? builtins.currentSystem , ... }@args: @@ -74,6 +75,7 @@ let in readTree.fix (self: (readDepot { + inherit localSystem; depot = self; # Pass third_party as 'pkgs' (for compatibility with external |