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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user