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

7 lines
249 B
Nix
Raw Normal View History

2019-03-04 19:59:51 -08:00
{ haskellPackages, haskell }:
2019-07-18 01:41:14 -07:00
haskell.lib.justStaticExecutables (haskellPackages.extend (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;
2019-07-18 01:41:14 -07:00
})).cachix