mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
d41a94b959
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4774 GitOrigin-RevId: 9b0877543dd23f2b5e2782f793ae927a78f1986e
14 lines
337 B
Bash
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
|