We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fdecb commit 18d19ecCopy full SHA for 18d19ec
.envrc
@@ -2,9 +2,9 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
2
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
3
fi
4
5
-nix_direnv_watch_file devenv.nix
6
-nix_direnv_watch_file devenv.lock
7
-nix_direnv_watch_file devenv.yaml
+watch_file devenv.nix
+watch_file devenv.lock
+watch_file devenv.yaml
8
if ! use flake . --impure
9
then
10
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