dev: update devshell todos

This commit is contained in:
Zynh Ludwig 2025-01-12 16:46:44 -08:00
parent fb876608a7
commit 7961bfa805

View file

@ -9,9 +9,12 @@ mkShell rec {
inherit platforms; inherit platforms;
nativeBuildInputs = [ nativeBuildInputs = [
# Build Deps
pkg-config pkg-config
openssl openssl
# TODO: Figure out a better way to include sqlx only in dev shells (release shell?)
# Build Tools
# TODO: Add prettier and prettier-plugin-jinja-template
sqlx-cli sqlx-cli
] ++ lib.optionals pkgs.stdenv.isDarwin [ ] ++ lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here # Additional darwin specific inputs can be set here