When trying to compile the Rusqlite crate, I get a linker error from Clang, with the exit code of 1 and the message:
= note: /nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: cannot find -lsqlite3: No such file or directory
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
This of course indicates that I need the sqlite3 binary, however I cannot for the life of me find a way to install this, for the packages nixos.sqlite
and nixos.sqlite-interactive
don’t seem to provide the dependency. I am thankfull in advance for any assistance.