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:
parent
66a8ce5900
commit
1e439fb5ad
1 changed files with 1 additions and 1 deletions
2
third_party/nixpkgs/default.nix
vendored
2
third_party/nixpkgs/default.nix
vendored
|
@ -11,7 +11,7 @@
|
|||
{ depot ? { }
|
||||
, externalArgs ? { }
|
||||
, depotOverlays ? true
|
||||
, localSystem ? builtins.currentSystem
|
||||
, localSystem ? externalArgs.localSystem or builtins.currentSystem
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue