FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
example/.envrc.local.example at master · fun-stack/example · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 9, 2026. It is now read-only.
fun-stack
/
example
Public archive
Notifications
You must be signed in to change notification settings
Fork
7
Star
18
Code
Issues
6
Pull requests
21
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
example
/
.envrc.local.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 673 Bytes
Breadcrumbs
example
/
.envrc.local.example
Copy path
File metadata and controls
18 lines (15 loc) · 673 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Don't add any credentials here!
#
# This is an example for `.envrc.local`.
# To add credentials or personal preferences for local development, make a copy of this file and name it `.envrc.local`.
# `.envrc.local` is in `.gitignore` and therefore can't be accidentally commited.
# If you use nix, you can run the nix-shell automatically with the following command
if command -v nix &> /dev/null
then
use nix
# you can add parameters to the nix-shell as well, e.g.
# use nix --command zsh
# if you use lorri, replace `use nix` with (see https://github.com/nix-community/lorri)
# eval "$(lorri direnv)"
fi
echo "Successfully loaded .envrc.local"
Back
|
FazBrowse Home
|
New Git URL