Merge pull request #268224 from tweag/by-name-reload

tests.nixpkgs-check-by-name: More reliable .envrc reloading

authored by Silvan Mosberger and committed by GitHub 809505b1 c7846560

+6
+6
pkgs/test/nixpkgs-check-by-name/.envrc
··· 1 + if has nix_direnv_watch_file; then 2 + nix_direnv_watch_file default.nix shell.nix 3 + else 4 + watch_file default.nix shell.nix 5 + fi 6 + 1 7 use nix