cachix: fix infinite recursion during evaluation
This commit is contained in:
parent
fba1a02724
commit
9038403136
@ -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
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user