diff --git a/.envrc b/.envrc index 2cc3b54..15a1c18 100644 --- a/.envrc +++ b/.envrc @@ -1,13 +1,5 @@ #! /bin/sh -# reload when these files change -watch_file devshell/flake.nix -watch_file devshell/flake.lock - +watch_file local/flake.nix +watch_file local/flake.lock use_flake ./local -# { -# # shell gc root dir -# mkdir -p "$(direnv_layout_dir)" -# eval "$(nix print-dev-env ./local\#default --no-update-lock-file --no-write-lock-file --profile $(direnv_layout_dir)/flake-profile)" -# } -