1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

add .envrc fir direnv integration

This commit is contained in:
DavHau 2024-01-11 20:17:15 +07:00
parent 75d509eb08
commit bc82e86240
2 changed files with 6 additions and 0 deletions

3
.envrc Normal file
View file

@ -0,0 +1,3 @@
use flake
watch_file .envrc.local
[[ -f .envrc.local ]] && source_env .envrc.local

3
.gitignore vendored
View file

@ -152,3 +152,6 @@ result-*
# Mac OS
.DS_Store
# direnv
.direnv