mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
direnv: Watch the rust-toolchain file (#8921)
This commit is contained in:
parent
f8d261cd20
commit
0c81ef73e1
1
.envrc
1
.envrc
@ -1,5 +1,6 @@
|
|||||||
watch_file shell.nix
|
watch_file shell.nix
|
||||||
watch_file flake.lock
|
watch_file flake.lock
|
||||||
|
watch_file rust-toolchain.toml
|
||||||
|
|
||||||
# try to use flakes, if it fails use normal nix (ie. shell.nix)
|
# try to use flakes, if it fails use normal nix (ie. shell.nix)
|
||||||
use flake || use nix
|
use flake || use nix
|
||||||
|
Loading…
Reference in New Issue
Block a user