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;
nativeBuildInputs = [
# Build Deps
pkg-config
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
] ++ lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here