about summary refs log tree commit diff
path: root/third_party/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r--third_party/nixpkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index eedd71474e..051a961c68 100644
--- a/third_party/nixpkgs/default.nix
+++ b/third_party/nixpkgs/default.nix
@@ -11,7 +11,7 @@
 { depot ? { }
 , externalArgs ? { }
 , depotOverlays ? true
-, localSystem ? builtins.currentSystem
+, localSystem ? externalArgs.localSystem or builtins.currentSystem
 , ...
 }: