diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-01T01·07+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-01T01·07+0000 |
commit | 1f5d2d424c94e5c993b47232aff7472fb50d36cb (patch) | |
tree | 3c71316191fe2aa6316df216f4a925fcb3581359 /third_party/default.nix | |
parent | 33c2a27d775ab63e9ad239f9058bc8097fbfd445 (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index cb0233c9e60f..6ac0e2595660 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 |