aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.envrc
blob: 3eb949c6053bba2fd3c2cb8c0c7d1b79196417dc (plain) (blame)
1
2
3
4
5
6
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