Skip to content

Commit 18d19ec

Browse files
committed
fix: Upgrade direnv watch directives
1 parent 33fdecb commit 18d19ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.envrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
22
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
33
fi
44

5-
nix_direnv_watch_file devenv.nix
6-
nix_direnv_watch_file devenv.lock
7-
nix_direnv_watch_file devenv.yaml
5+
watch_file devenv.nix
6+
watch_file devenv.lock
7+
watch_file devenv.yaml
88
if ! use flake . --impure
99
then
1010
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2

0 commit comments

Comments
 (0)