Skip to content

Commit b487fcc

Browse files
authored
readme: update nix instructions (#181)
1 parent cf48258 commit b487fcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,13 @@ sudo dnf install sqlite sqlite-devel # Fedora
5656
programs.neovim.plugins = [
5757
{
5858
plugin = pkgs.vimPlugins.sqlite-lua;
59-
config = "let g:sqlite_clib_path = '${pkgs.sqlite.out}/lib/libsqlite3.so'";
59+
config = "let g:sqlite_clib_path = '${pkgs.sqlite.out}/lib/libsqlite3${stdenv.hostPlatform.extensions.sharedLibrary}'";
6060
}
6161
];
6262
```
6363

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

6867
🔥 Powered by sqlite.lua
6968
-----------------

0 commit comments

Comments
 (0)