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-28T00·38+0100
committerVincent Ambo <tazjin@google.com>2019-12-28T00·39+0100
commitdce11128423a0e4f912e7182a352cd6755195b1b (patch)
tree3ad8c16d8dcf59ef5e8a07a8c07f774941465937 /third_party/default.nix
parent1ea6dcabbb097ab7f4f57630c41f58b4df549095 (diff)
feat(third_party/git): Support dottime as log date format r/316
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 44e96ff706..d96ce0022c 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -41,7 +41,6 @@ let
       fira-code
       fira-mono
       gettext
-      git
       glibc
       gnutar
       go
@@ -103,6 +102,6 @@ in exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) notmuch;
+    inherit (nixpkgs) git notmuch;
   };
 }