Skip to content

Instantly share code, notes, and snippets.

@Jomik
Created March 25, 2019 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jomik/3739e8c351595e719db0b1df0e8ef56f to your computer and use it in GitHub Desktop.
Save Jomik/3739e8c351595e719db0b1df0e8ef56f to your computer and use it in GitHub Desktop.
(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