hydra_unstable: passthru pinned nix

This commit is contained in:
Florian Franzen 2022-05-30 11:17:16 +02:00
parent f12a263b69
commit e0115c36ec

View file

@ -239,7 +239,7 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru = {
inherit perlDeps;
inherit nix perlDeps;
tests.basic = nixosTests.hydra.hydra_unstable;
};