graphql-engine/.envrc.local.example
Samir Talwar 585f35f271 Nix: Upgrade to GHC 9.2.4.
What fun!

Tested on x86_64 Linux and aarch64 macOS. I had to add a bunch of Haskell package overrides specifically for macOS on aarch64, but I made them apply to all macOS users because, well, it's just a couple of us right now and we're both using aarch64.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6239
GitOrigin-RevId: 4e5a20d21eb24c736e8663de3f1e05ce5705284a
2022-10-06 21:05:34 +00:00

15 lines
393 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
### (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