Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d4559c372d99
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c6be1f00c33
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 18, 2019

  1. Copy the full SHA
    4c6be1f View commit details
Showing with 1 addition and 78 deletions.
  1. +0 −33 pkgs/development/tools/cachix/cachix-api.nix
  2. +0 −39 pkgs/development/tools/cachix/cachix.nix
  3. +1 −6 pkgs/development/tools/cachix/default.nix
33 changes: 0 additions & 33 deletions pkgs/development/tools/cachix/cachix-api.nix

This file was deleted.

39 changes: 0 additions & 39 deletions pkgs/development/tools/cachix/cachix.nix

This file was deleted.

7 changes: 1 addition & 6 deletions pkgs/development/tools/cachix/default.nix
Original file line number Diff line number Diff line change
@@ -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