about summary refs log tree commit diff
path: root/nixpkgs/pkgs/test/nixpkgs-check-by-name/.envrc
blob: 4555ccf0921f3390b123246d1c5e133655986a74 (plain) (blame)
1
2
3
4
5
6
7
if has nix_direnv_watch_file; then
  nix_direnv_watch_file default.nix shell.nix
else
  watch_file default.nix shell.nix
fi

use nix