direnv: Watch the rust-toolchain file (#8921)

pull/8946/head
Michael Davis 2023-11-28 20:01:12 -06:00 committed by GitHub
parent f8d261cd20
commit 0c81ef73e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.envrc
View File

@ -1,5 +1,6 @@
watch_file shell.nix
watch_file flake.lock
watch_file rust-toolchain.toml
# try to use flakes, if it fails use normal nix (ie. shell.nix)
use flake || use nix