cachix: fix infinite recursion during evaluation

This commit is contained in:
Peter Simons 2019-08-10 11:22:44 +02:00
parent fba1a02724
commit 9038403136
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
{ haskellPackages, haskell }:
haskell.lib.justStaticExecutables (haskellPackages.extend (self: super: {
cachix = haskell.lib.doDistribute (self.cachix_0_2_1 or self.cachix);
cachix-api = self.cachix-api_0_2_1 or self.cachix-api;
})).cachix

View file

@ -10247,7 +10247,7 @@ in
c-blosc = callPackage ../development/libraries/c-blosc { };
cachix = callPackage ../development/tools/cachix { };
cachix = haskell.lib.justStaticExecutables haskellPackages.cachix;
capnproto = callPackage ../development/libraries/capnproto { };