You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .envrc
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,8 @@ has nix && use flake . -L
2
2
watch_file *.nix
3
3
dotenv_if_exists .env # You can create a .env file with your env vars for this project. You can also use .secrets if you are using act. See the line below.
4
4
dotenv_if_exists .secrets # Used by [act](https://nektosact.com/) to load secrets into the pipelines
0 commit comments