mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-03 03:21:52 +00:00
blink: 0.14.1 -> 1.0.0
This commit is contained in:
parent
c7df81c3b8
commit
e7d5e6c4ac
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
stdenv,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
hostPlatform,
|
|
||||||
vimUtils,
|
vimUtils,
|
||||||
git,
|
gitMinimal,
|
||||||
src,
|
src,
|
||||||
version,
|
version,
|
||||||
}: let
|
}: let
|
||||||
|
@ -17,7 +16,7 @@
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-F1wh/TjYoiIbDY3J/prVF367MKk3vwM7LqOpRobOs7I=";
|
cargoHash = "sha256-F1wh/TjYoiIbDY3J/prVF367MKk3vwM7LqOpRobOs7I=";
|
||||||
|
|
||||||
nativeBuildInputs = [git];
|
nativeBuildInputs = [gitMinimal];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
vimUtils.buildVimPlugin {
|
vimUtils.buildVimPlugin {
|
||||||
|
@ -34,5 +33,5 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Module for reproducing issues
|
# Module for reproducing issues
|
||||||
nvimSkipModule = ["repro"];
|
nvimSkipModules = ["repro"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue