From c4b717ab2c652f23885ad7472c3ae5562229b6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Mon, 15 Feb 2021 15:14:36 +0100 Subject: [PATCH] Remove run-db.sh replaced by definition in flake.nix --- run-db.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 run-db.sh diff --git a/run-db.sh b/run-db.sh deleted file mode 100755 index 5678569..0000000 --- a/run-db.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i bash db.nix - -#TODO create the directories if they don't exists -#TODO set the path relative to script location, not relative to CWD -postgres -D .pg-data -k "$PWD/.pg-sockets" #-c listen_addresses='' # Goland does not support connecting over socket