tweaks to add sqlx
This commit is contained in:
parent
186142a012
commit
bfb723a413
3 changed files with 455 additions and 411 deletions
1
.envrc
1
.envrc
|
@ -4,6 +4,7 @@ export CMAKE_EXPORT_COMPILE_COMMANDS=1
|
|||
export CMAKE_BUILD_TYPE=Debug
|
||||
export CXX=g++
|
||||
export CC=gcc
|
||||
export DATABASE_URL=sqlite:///home/chris/.local/share/lumina/library-db.sqlite3
|
||||
# export CXXQT_INCLUDE_PATH=$GUIX_ENVIRONMENT/include
|
||||
# export INCLUDEPATH="/gnu/store/pkjvij1f6rvx42xv2kygicr7fsch41dl-profile/include"
|
||||
use flake . --impure
|
||||
|
|
|
@ -60,6 +60,7 @@ mkShell rec {
|
|||
cargo
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
sqlx-cli
|
||||
corrosion
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue