graphql-engine/.envrc.local.example
Samir Talwar f1ff3ceb76 Tidy up the .envrc file a little.
* Improve the error messages.
* Use Bash syntax rather than sh syntax where possible.
* Fix shellcheck warnings.
* Return early to reduce indentation.
* Use the `use` function.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5868
GitOrigin-RevId: 78d76a6eba5beccabb18c39a9b16ef59b936bacb
2022-09-14 20:40:10 +00:00

14 lines
337 B
Bash

#!/usr/bin/env bash
# This is an example .envrc.local file you can start with. Uncomment the parts
# you'd like to use, and copy this to `.envrc.local`
# Enable providing tooling with the Nix package manager
# use flake
# Enable providing NodeJS versions with `nvm`
# use nvm
# Enable providing GHC versions with `ghcup`
# use ghcup