2021-01-19 15:54:51 +09:00
|
|
|
watch_file shell.nix
|
2021-06-13 08:03:42 +03:00
|
|
|
watch_file flake.lock
|
2023-11-28 20:01:12 -06:00
|
|
|
watch_file rust-toolchain.toml
|
2021-06-13 08:03:42 +03:00
|
|
|
|
|
|
|
# try to use flakes, if it fails use normal nix (ie. shell.nix)
|
|
|
|
use flake || use nix
|
2022-02-25 18:01:47 +09:00
|
|
|
eval "$shellHook"
|