Compare commits

..

No commits in common. "a0f4b8e3e72d34fea9e975ba70cde9a07b737c1d" and "12b0feba96798ad332ea23e49de671c958021dea" have entirely different histories.

2 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
.DS_Store
/.cache
/node_modules
testing.db

View file

@ -6,10 +6,7 @@ mkShell rec {
nativeBuildInputs = [
pkg-config
openssl
# TODO: Figure out a better way to include sqlx only in dev shells (release shell?)
sqlx-cli
];
buildInputs = additionalBuildInputs;
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
DATABASE_URL = "sqlite:testing.db";
}