mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 11:07:11 +03:00
585f35f271
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
15 lines
393 B
Bash
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
|