Address PR comments:
- scripts -> foreman - drop runHydra - drop devShell - move postgresql to buildInputs
This commit is contained in:
4
foreman/start-postgres.sh
Executable file
4
foreman/start-postgres.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
initdb ./.hydra-data/postgres
|
||||
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres -p 64444
|
Reference in New Issue
Block a user