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