2022-04-03 18:36:20 +02:00
|
|
|
# reload when these files change
|
2022-04-26 11:19:50 +02:00
|
|
|
watch_file shell/* flake.nix
|
|
|
|
use flake || use nix
|
2022-04-03 18:36:20 +02:00
|
|
|
|
2022-04-26 11:19:50 +02: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
|