mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-02 03:01:54 +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,
|
||||
rustPlatform,
|
||||
hostPlatform,
|
||||
vimUtils,
|
||||
git,
|
||||
gitMinimal,
|
||||
src,
|
||||
version,
|
||||
}: let
|
||||
|
@ -17,7 +16,7 @@
|
|||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-F1wh/TjYoiIbDY3J/prVF367MKk3vwM7LqOpRobOs7I=";
|
||||
|
||||
nativeBuildInputs = [git];
|
||||
nativeBuildInputs = [gitMinimal];
|
||||
};
|
||||
in
|
||||
vimUtils.buildVimPlugin {
|
||||
|
@ -34,5 +33,5 @@ in
|
|||
'';
|
||||
|
||||
# Module for reproducing issues
|
||||
nvimSkipModule = ["repro"];
|
||||
nvimSkipModules = ["repro"];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue