about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-19T19·34+0000
committerVincent Ambo <tazjin@google.com>2020-01-19T19·34+0000
commit1f68644dc93fcc9a0784de7f3db73186524e0f43 (patch)
treeb72182f8bc9b86376b49272814cd8cdf493eea65 /third_party/default.nix
parent0a3613996fb543327fbca3f8f47fc4589192d557 (diff)
feat(third_party/guile): Override guile to version 3.0.0 r/423
Lets try this thing out!
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 410e1b03de..1df13abd2e 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -108,7 +108,7 @@ in exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) git notmuch;
+    inherit (nixpkgs) git guile notmuch;
   };
 
   # Make NixOS available