vaultenv: reduce closure size
From 3.0 GB to 45 MB, by not including half of the Haskell ecosystem. $ nix path-info --size --json --recursive $(realpath vaultenv-before) | jq 'map(.narSize) | add' 3050311792 $ nix path-info --size --json --recursive $(realpath vaultenv-after) | jq 'map(.narSize) | add' 45831568
This commit is contained in:
committed by
Ruud van Asseldonk
parent
838f818f7b
commit
9392afc569
@@ -32838,7 +32838,7 @@ with pkgs;
|
||||
|
||||
vault-bin = callPackage ../tools/security/vault/vault-bin.nix { };
|
||||
|
||||
vaultenv = haskellPackages.vaultenv;
|
||||
vaultenv = haskell.lib.justStaticExecutables haskellPackages.vaultenv;
|
||||
|
||||
vazir-code-font = callPackage ../data/fonts/vazir-code-font { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user