Add postgresql to shell.nix

This commit is contained in:
ekzyis 2024-08-08 03:08:18 -05:00
parent e540b78994
commit 07648c30f6
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ pkgs.mkShell {
gnumake
inotify-tools
figlet
postgresql
];
shellHook = ''
# install templ if not already installed