2022-01-19 00:13:15 +00:00
|
|
|
# reload when these files change
|
2022-04-26 09:19:50 +00:00
|
|
|
watch_file shell/* flake.nix
|
|
|
|
use flake || use nix
|
2022-01-19 00:13:15 +00:00
|
|
|
|
2022-04-26 09:19:50 +00:00
|
|
|
#watch_file flake.nix
|
|
|
|
#watch_file shell.nix
|
|
|
|
#
|
|
|
|
#{
|
|
|
|
# # shell gc root dir
|
|
|
|
# mkdir -p "$(direnv_layout_dir)"
|
|
|
|
#
|
|
|
|
# eval "$(nix print-dev-env --profile $(direnv_layout_dir)/flake-profile)"
|
|
|
|
#} || use nix
|