Created
October 14, 2016 22:52
-
-
Save nhooyr/e2daf57a2e9a13b2183ad16d8f0bc46c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| packageOverrides = pkgs: { | |
| neovim = pkgs.neovim.override { | |
| withJemalloc = false; | |
| src = lib.fetchFromGitHub { | |
| owner = "neovim"; | |
| repo = "libvterm"; | |
| rev = "487f21dbf65f1c28962fef3f064603f415fbaeb2"; | |
| sha256 = "1fig6v0qk0ylr7lqqk0d6x5yywb9ymh85vay4spw5b5r5p0ky7yx"; | |
| }; | |
| }; | |
| }; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment