pkgsStatic.nix-eval-jobs: reduce closure size

The runtime closure is reduced from 430 MB to 40 MB this way.
This commit is contained in:
Wolfgang Walther
2025-07-23 09:39:19 +02:00
parent eb5ef3e6e5
commit f04100421f
@@ -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.