nixpkgs/pkgs/development/tools/cachix/default.nix
2019-07-18 10:41:27 +02:00

7 lines
249 B
Nix

{ 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