about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/cachix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/cachix/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/cachix/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixpkgs/pkgs/development/tools/cachix/default.nix b/nixpkgs/pkgs/development/tools/cachix/default.nix
index 94527c8a4b50..895d6e4bec62 100644
--- a/nixpkgs/pkgs/development/tools/cachix/default.nix
+++ b/nixpkgs/pkgs/development/tools/cachix/default.nix
@@ -1,8 +1,3 @@
 { haskellPackages, haskell }:
 
-(haskellPackages.override {
-  overrides = self: super: {
-    cachix = haskell.lib.justStaticExecutables (super.callPackage ./cachix.nix {});
-    cachix-api = super.callPackage ./cachix-api.nix {};
-  };
-}).cachix
+haskell.lib.justStaticExecutables haskellPackages.cachix