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