graphql-engine/.envrc.local.example

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
393 B
Plaintext
Raw Normal View History

#!/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
### (read the commentary in flake.nix first)
# use flake
### Enable providing NodeJS versions with `nvm`
# use nvm
### Enable providing GHC versions with `ghcup`
# use ghcup