about summary refs log tree commit diff
path: root/pkgs/development/tools/cachix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/cachix/default.nix')
-rw-r--r--pkgs/development/tools/cachix/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/tools/cachix/default.nix b/pkgs/development/tools/cachix/default.nix
deleted file mode 100644
index b6098ca98bfe..000000000000
--- a/pkgs/development/tools/cachix/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ 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