forked from the-distro/nix-gerrit
buildBazelPackageNG: fix passthru pass through
This commit is contained in:
parent
6591b76532
commit
d22de1f8f2
|
@ -82,7 +82,9 @@ let
|
|||
bazelPhase = "build";
|
||||
|
||||
inherit deps;
|
||||
passthru.shell = shell;
|
||||
passthru = (base.passthru or {}) // {
|
||||
inherit shell;
|
||||
};
|
||||
|
||||
nativeBuildInputs = (base.nativeBuildInputs or []) ++ [
|
||||
coreutils
|
||||
|
|
Loading…
Reference in a new issue