Skip to content

Commit

Permalink
build: Add psql and mysqlsh to devenv (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy authored Jul 24, 2023
1 parent 8091c67 commit 5c72923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
pkgs.git-cliff
pkgs.govulncheck
pkgs.gopls
pkgs.mysql-shell
pkgs.postgresql_15
pkgs.python311
];
}

0 comments on commit 5c72923

Please sign in to comment.