forked from lix-project/hydra
31262f14fb
- scripts -> foreman - drop runHydra - drop devShell - move postgresql to buildInputs
5 lines
121 B
Bash
Executable file
5 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
initdb ./.hydra-data/postgres
|
|
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres -p 64444
|