diff options
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +if has nix_direnv_version; then + use flake ./nix +else + watch_file nix/flake.nix + watch_file nix/flake.lock + eval "$(nix --extra-experimental-features 'nix-command flakes' print-dev-env ./nix)" +fi |
