Db working & Migrations

This commit is contained in:
Julia Lange 2025-06-13 10:02:01 -07:00
parent 9d8fb730ba
commit 1abdb7f133
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
7 changed files with 65 additions and 35 deletions

View file

@ -42,6 +42,7 @@
packages = (with pkgs; [
# The package provided by our custom overlay. Includes cargo, Clippy, cargo-fmt,
# rustdoc, rustfmt, and other tools.
sqlx-cli
rustToolchain
]) ++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs; [ libiconv ]);
};