Use git version of neovim-qt
This commit is contained in:
parent
3e04ee4912
commit
ff1d7507a7
@ -4,6 +4,13 @@
|
|||||||
nixpkgs.overlays = [ inputs.neovim-overlay.overlay ];
|
nixpkgs.overlays = [ inputs.neovim-overlay.overlay ];
|
||||||
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
|
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
|
||||||
inherit (inputs.nixpkgs.legacyPackages.${pkgs.system}) neovim-qt-unwrapped;
|
neovim-qt-unwrapped = neovim-qt-unwrapped.overrideDerivation (_: {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "equalsraf";
|
||||||
|
repo = "neovim-qt";
|
||||||
|
rev = "54987208b698c84e761cc097550b80641367f0c8";
|
||||||
|
sha256 = "sha256-I3/gPk5ay9Scs+YtVWNyLm2zE1T1cMEjdpVbYclHT1M=";
|
||||||
|
};
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user