cachix: fix infinite recursion during evaluation

This commit is contained in:
Peter Simons
2019-08-11 20:48:09 +02:00
parent fba1a02724
commit 9038403136
2 changed files with 1 additions and 7 deletions
@@ -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
+1 -1
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 { };