mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
7 lines
249 B
Nix
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
|