pkgsStatic.nix-eval-jobs: reduce closure size (#427671)

This commit is contained in:
adisbladis
2025-07-23 23:06:03 +12:00
committed by GitHub
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
repo = "nix-eval-jobs";
tag = "v${version}";
hash = "sha256-AJ22q6yWc1hPkqssXMxQqD6QUeJ6hbx52xWHhKsmuP0=";
};
@@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
pkg-config
];
outputs = [
"out"
"dev"
];
# Since this package is intimately tied to a specific Nix release, we
# propagate the Nix used for building it to make it easier for users
# downstream to reference it.