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 <tazjin@tvl.su>
This commit is contained in:
zimbatm 2022-06-07 10:52:00 +02:00 committed by tazjin
parent 66a8ce5900
commit 1e439fb5ad

View file

@ -11,7 +11,7 @@
{ depot ? { }
, externalArgs ? { }
, depotOverlays ? true
, localSystem ? builtins.currentSystem
, localSystem ? externalArgs.localSystem or builtins.currentSystem
, ...
}: