1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-19 05:13:52 +02:00
helix/.envrc
2023-11-29 11:01:12 +09:00

7 lines
177 B
Plaintext

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
eval "$shellHook"