dev: update devshell todos
This commit is contained in:
parent
fb876608a7
commit
7961bfa805
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue