fix some issues with using the wrong db in tests
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
2d68fd6477
commit
21c49fcd41
2 changed files with 3 additions and 3 deletions
2
.envrc
2
.envrc
|
|
@ -1,4 +1,4 @@
|
|||
DATABASE_URL="sqlite:///home/chris/.local/share/lumina/library-db.sqlite3"
|
||||
DATABASE_URL="sqlite://./test.db"
|
||||
use flake .
|
||||
# eval $(guix shell -D --search-paths)
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
(pkgs.fenix.default.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rust-std"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
{
|
||||
inherit nativeBuildInputs buildInputs LD_LIBRARY_PATH;
|
||||
# LIBCLANG_PATH = "${pkgs.clang}";
|
||||
DATABASE_URL = "sqlite:///home/chris/.local/share/lumina/library-db.sqlite3";
|
||||
DATABASE_URL = "sqlite://./test.db";
|
||||
};
|
||||
defaultPackage = naersk'.buildPackage {
|
||||
inherit nativeBuildInputs buildInputs LD_LIBRARY_PATH;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue