about summary refs log tree commit diff
path: root/pkgs/development/tools/cachix/default.nix
blob: 58a0da813f7ad19fde9fa001f950b1ee9ac73824 (plain) (blame)
1
2
3
4
5
6
7
8
{ haskellPackages, haskell }:

haskell.lib.justStaticExecutables (haskellPackages.override {
  overrides = 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