kopia lustrzana https://git.sr.ht/~edwardloveall/scribe
Remove outdated postgres check and dep from shell.nix
rodzic
69b3fb570e
commit
10af5c91c3
|
@ -17,17 +17,6 @@ if command_not_found "yarn"; then
|
||||||
print_error "Yarn is not installed\n See https://yarnpkg.com/lang/en/docs/install/ for install instructions."
|
print_error "Yarn is not installed\n See https://yarnpkg.com/lang/en/docs/install/ for install instructions."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command_not_found "createdb"; then
|
|
||||||
MSG="Please install the postgres CLI tools, then try again."
|
|
||||||
if is_mac; then
|
|
||||||
MSG="$MSG\nIf you're using Postgres.app, see https://postgresapp.com/documentation/cli-tools.html."
|
|
||||||
fi
|
|
||||||
MSG="$MSG\nSee https://www.postgresql.org/docs/current/tutorial-install.html for install instructions."
|
|
||||||
|
|
||||||
print_error "$MSG"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
## CUSTOM PRE-BOOT CHECKS ##
|
## CUSTOM PRE-BOOT CHECKS ##
|
||||||
# example:
|
# example:
|
||||||
# if command_not_running "redis-cli ping"; then
|
# if command_not_running "redis-cli ping"; then
|
||||||
|
|
|
@ -10,7 +10,6 @@ pkgs.mkShell {
|
||||||
overmind
|
overmind
|
||||||
nodejs
|
nodejs
|
||||||
openssl.dev
|
openssl.dev
|
||||||
postgresql
|
|
||||||
shards
|
shards
|
||||||
yarn
|
yarn
|
||||||
];
|
];
|
||||||
|
|
Ładowanie…
Reference in New Issue