Skip to content

Commit

Permalink
cachix: use justStaticExecutables
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 13, 2019
1 parent 13515ad commit d429658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/cachix/default.nix
@@ -1,8 +1,8 @@
{ haskellPackages, haskell }:

(haskellPackages.override {
haskell.lib.justStaticExecutables (haskellPackages.override {
overrides = self: super: {
cachix = haskell.lib.enableSeparateBinOutput (haskell.lib.doDistribute (self.cachix_0_2_1 or self.cachix));
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.bin
}).cachix

0 comments on commit d429658

Please sign in to comment.