mirror of https://github.com/bazelbuild/rules_rust
fix: use `watch_file` in `.envrc` (#2343)
`nix_direnv_watch_file` is deprecated and appears to have been removed from some `direnv` distributions.
This commit is contained in:
parent
5ceebc08a4
commit
b941c78e6a
2
.envrc
2
.envrc
|
@ -6,5 +6,5 @@
|
||||||
# - https://marketplace.visualstudio.com/items?itemName=mkhl.direnv
|
# - https://marketplace.visualstudio.com/items?itemName=mkhl.direnv
|
||||||
|
|
||||||
# Use `path:` syntax to avoid copying the entire repo to the Nix Store.
|
# Use `path:` syntax to avoid copying the entire repo to the Nix Store.
|
||||||
nix_direnv_watch_file ./nix/flake.nix
|
watch_file ./nix/flake.nix
|
||||||
use flake path:./nix
|
use flake path:./nix
|
||||||
|
|
Loading…
Reference in New Issue