Skip to content

Commit

Permalink
vimPlugins.sqlite-lua: fix postPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Oct 21, 2024
1 parent 1312b19 commit facd1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ in
in
''
substituteInPlace lua/sqlite/defs.lua \
--replace "path = vim.g.sqlite_clib_path" "path = vim.g.sqlite_clib_path or ${lib.escapeShellArg libsqlite}"
--replace "path = vim.g.sqlite_clib_path" "path = vim.g.sqlite_clib_path or '${libsqlite}'"
'';

passthru = oa.passthru // {
Expand Down

0 comments on commit facd1e6

Please sign in to comment.