cachix: 0.2.1
This commit is contained in:
parent
39a5867b3f
commit
4668f4f568
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user