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

9 lines
270 B
Nix

{ 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