nix-eval-jobs: passthru nix

Change-Id: Ied6d4abb8a67dcbe221271e6be1a14b71f9543d1
This commit is contained in:
Linus Heckemann
2025-02-20 22:36:53 +01:00
parent 1077bc626e
commit 6eda9a95a4
+5
View File
@@ -33,6 +33,11 @@ stdenv.mkDerivation {
]
++ (lib.optional stdenv.cc.isClang [ pkgs.clang-tools ]);
# nix-fast-build wants the nix attr on nix-eval-jobs
passthru = {
inherit nix;
};
meta = {
description = "Hydra's builtin hydra-eval-jobs as a standalone";
homepage = "https://github.com/nix-community/nix-eval-jobs";