fix(nix/emptyDerivation): Use system from readTree parameters
Change-Id: Ia7f9f4d0e7c06fa5433213a315c3354a83e94545 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5833 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
6cfa6bb59e
commit
837560c846
2 changed files with 4 additions and 5 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ depot, pkgs, ... }:
|
||||
{ depot, pkgs, localSystem, ... }:
|
||||
|
||||
let
|
||||
emptyDerivation = import ./emptyDerivation.nix {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) stdenv;
|
||||
inherit (depot.nix) getBins;
|
||||
system = localSystem;
|
||||
};
|
||||
|
||||
tests = import ./tests.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue