diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-19T19·34+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-19T19·34+0000 |
commit | 1f68644dc93fcc9a0784de7f3db73186524e0f43 (patch) | |
tree | b72182f8bc9b86376b49272814cd8cdf493eea65 /third_party/default.nix | |
parent | 0a3613996fb543327fbca3f8f47fc4589192d557 (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 410e1b03de87..1df13abd2e92 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 |