aboutsummaryrefslogtreecommitdiff
path: root/.envrc
blob: 935a201a245f026a5514ae8ebe90c1c8205969a5 (plain) (blame)
1
2
3
4
5
6
7
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"