7 lines
203 B
Bash
7 lines
203 B
Bash
nix_direnv_watch_file devshell/{default,commands,install}.nix
|
|
use flake
|
|
|
|
# devshell needs the shellHook to run even when cached
|
|
# https://github.com/nix-community/nix-direnv/issues/109
|
|
eval "$shellHook"
|