Compare commits
No commits in common. "a0f4b8e3e72d34fea9e975ba70cde9a07b737c1d" and "12b0feba96798ad332ea23e49de671c958021dea" have entirely different histories.
a0f4b8e3e7
...
12b0feba96
2 changed files with 0 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/.cache
|
/.cache
|
||||||
/node_modules
|
/node_modules
|
||||||
testing.db
|
|
||||||
|
|
|
@ -6,10 +6,7 @@ mkShell rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
openssl
|
openssl
|
||||||
# TODO: Figure out a better way to include sqlx only in dev shells (release shell?)
|
|
||||||
sqlx-cli
|
|
||||||
];
|
];
|
||||||
buildInputs = additionalBuildInputs;
|
buildInputs = additionalBuildInputs;
|
||||||
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
||||||
DATABASE_URL = "sqlite:testing.db";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue