hydra: expose nix-cli package
This makes it easier in other packages to get the nix version used to build Hydra.
This commit is contained in:
parent
1001b67704
commit
21f793e21b
@ -277,5 +277,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta.description = "Build of Hydra on ${stdenv.system}";
|
meta.description = "Build of Hydra on ${stdenv.system}";
|
||||||
passthru = { inherit perlDeps; };
|
passthru = {
|
||||||
|
inherit perlDeps;
|
||||||
|
nix = nixComponents.nix-cli;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user