mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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 a new issue