From 1e439fb5ad042d5b55355dff260ff8241bc3e44a Mon Sep 17 00:00:00 2001 From: zimbatm Date: Tue, 7 Jun 2022 10:52:00 +0200 Subject: feat(3p/nixpkgs): pass localSystem along This ties the top-level localSystem so it's passed to the instance of nixpkgs as well. Change-Id: I9ea3431d5cb35bb99765c5b4d2f22190376435af Reviewed-on: https://cl.tvl.fyi/c/depot/+/5856 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/nixpkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nixpkgs/default.nix') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index eedd71474e72..051a961c68aa 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 , ... }: -- cgit 1.4.1