1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cachix: 0.2.1

This commit is contained in:
Domen Kožar 2019-07-07 14:27:40 +02:00
parent 39a5867b3f
commit 4668f4f568
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -1,3 +1,8 @@
{ haskellPackages, haskell }:
(haskell.lib.doDistribute haskellPackages.cachix).bin
(haskellPackages.override {
overrides = self: super: {
cachix = haskell.lib.enableSeparateBinOutput (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