about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-27T17·12+0100
committerVincent Ambo <tazjin@google.com>2019-12-27T18·18+0100
commit12973b8a8bc596f99503ec12869383d0a6bb8221 (patch)
tree604570e5e92bf2870311e9833ceee4e7a34832fa /third_party/default.nix
parent100f451b0aae7a286a92c9ffd805982d3ecbc1ae (diff)
feat(third_party/notmuch): Display dottime in relative time views r/313
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index e5394752f3..44e96ff706 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -63,7 +63,6 @@ let
       nano
       nginx
       nix
-      notmuch
       openssh
       openssl
       parallel
@@ -97,7 +96,13 @@ let
 
 in exposed // {
   callPackage = nixpkgs.lib.callPackageWith exposed;
+
   # Provide the source code of nixpkgs, but do not provide an imported
   # version of it.
   nixpkgsSrc = stableSrc;
+
+  # Packages to be overridden
+  originals = {
+    inherit (nixpkgs) notmuch;
+  };
 }