Merge pull request #142945 from ruuda/vaultenv-closure

This commit is contained in:
Sandro 2021-10-26 23:06:30 +02:00 committed by GitHub
commit f8a6b3eb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32852,7 +32852,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 { };