Skip to content

Commit

Permalink
readme: update nix instructions (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Jan 12, 2025
1 parent cf48258 commit b487fcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,13 @@ sudo dnf install sqlite sqlite-devel # Fedora
programs.neovim.plugins = [
{
plugin = pkgs.vimPlugins.sqlite-lua;
config = "let g:sqlite_clib_path = '${pkgs.sqlite.out}/lib/libsqlite3.so'";
config = "let g:sqlite_clib_path = '${pkgs.sqlite.out}/lib/libsqlite3${stdenv.hostPlatform.extensions.sharedLibrary}'";
}
];
```

*Notes:*
- Ensure you install `pkgs.sqlite`
- If you are using home-manager on OSX, you must replace `libsqlite3.so` with `libsqlite3.dylib`

🔥 Powered by sqlite.lua
-----------------
Expand Down

0 comments on commit b487fcc

Please sign in to comment.