Setup postgresql

This commit is contained in:
2023-09-16 16:57:57 +02:00
parent 875ccd7336
commit aea27c6181
10 changed files with 148 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
pkgs.mkShell {
packages = with pkgs; [
go
wgo
aria
];
}