nixpkgs/pkgs/development/tools/cachix/default.nix

9 lines
270 B
Nix
Raw Normal View History

2019-03-04 19:59:51 -08:00
{ haskellPackages, haskell }:
haskell.lib.justStaticExecutables (haskellPackages.override {
2019-07-07 05:27:40 -07:00
overrides = self: super: {
cachix = haskell.lib.doDistribute (self.cachix_0_2_1 or self.cachix);
2019-07-07 05:27:40 -07:00
cachix-api = self.cachix-api_0_2_1 or self.cachix-api;
};
}).cachix