3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/cachix/default.nix

7 lines
249 B
Nix
Raw Normal View History

2019-03-05 03:59:51 +00:00
{ haskellPackages, haskell }:
2019-07-18 09:41:14 +01:00
haskell.lib.justStaticExecutables (haskellPackages.extend (self: super: {
cachix = haskell.lib.doDistribute (self.cachix_0_2_1 or self.cachix);
2019-07-07 13:27:40 +01:00
cachix-api = self.cachix-api_0_2_1 or self.cachix-api;
2019-07-18 09:41:14 +01:00
})).cachix