mirror of
https://github.com/helix-editor/helix
synced 2026-01-25 17:28:08 +01:00
Now that the package definition lives in default.nix we need direnv to watch that file to get automatic reloads.
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
watch_file shell.nix
|
|
watch_file default.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"
|