This commit is contained in:
Domen Kožar
2019-10-03 10:52:06 +02:00
parent 45e3058f78
commit ab5863afad
2 changed files with 3 additions and 2 deletions

View File

@@ -10467,7 +10467,8 @@ in
c-blosc = callPackage ../development/libraries/c-blosc { };
cachix = haskellPackages.cachix.bin;
# justStaticExecutables is needed due to https://github.com/NixOS/nix/issues/2990
cachix = haskell.lib.justStaticExecutables haskellPackages.cachix;
niv = haskellPackages.niv.bin;