mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 07:49:49 +01:00
fixup! wrapper: add built package as option
This commit is contained in:
parent
d14c5e57db
commit
cfbccedcce
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
nvim-treesitter = buildTreesitterPlug vimOptions.treesitter.grammars;
|
||||
flutter-tools-patched = buildPlug {
|
||||
pname = "flutter-tools";
|
||||
patches = [../patches/flutter-tools.patch];
|
||||
patches = [../../../patches/flutter-tools.patch];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue