about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 7cdf32bef9..f43e11bea3 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