about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-01T01·07+0000
committerVincent Ambo <tazjin@google.com>2020-03-01T01·07+0000
commit1f5d2d424c94e5c993b47232aff7472fb50d36cb (patch)
tree3c71316191fe2aa6316df216f4a925fcb3581359 /third_party/default.nix
parent33c2a27d775ab63e9ad239f9058bc8097fbfd445 (diff)
chore(third_party): Remove guile 3.0 override r/588
I don't actually use guile at all, this was just for experimentation.
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index cb0233c9e6..6ac0e25956 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -118,7 +118,7 @@ in exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) git guile notmuch;
+    inherit (nixpkgs) git notmuch;
   };
 
   # Make NixOS available