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:
Ruud van Asseldonk
2021-10-26 21:03:38 +02:00
committed by Ruud van Asseldonk
parent 838f818f7b
commit 9392afc569
+1 -1
View File
@@ -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 { };