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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue