Created
March 25, 2019 20:21
-
-
Save Jomik/3739e8c351595e719db0b1df0e8ef56f to your computer and use it in GitHub Desktop.
This file contains 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
(self: super: { | |
neovim-unwrapped = super.neovim-unwrapped.overrideAttrs { | |
version = "0.4.0"; | |
src = pkgs.fetchFromGitHub { | |
owner = "neovim"; | |
repo = "neovim"; | |
rev = "36762a00a8010c5e14ad4347ab8287d1e8e7e064"; | |
sha256 = "0000000000000000000000000000000000000000000000000000"; | |
}; | |
}; | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment