From 7961bfa805ee7f963f68971969e2dafc4d54aceb Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 12 Jan 2025 16:46:44 -0800 Subject: [PATCH] dev: update devshell todos --- shell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 20ba25c..57f11e2 100644 --- a/shell.nix +++ b/shell.nix @@ -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