We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ec1dd commit 152b686Copy full SHA for 152b686
.envrc
@@ -1,9 +1,9 @@
1
# shellcheck shell=bash
2
-if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
3
- source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
+if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
4
fi
5
6
dotenv_if_exists
7
8
use flake
9
-nix_direnv_watch_file "$(find ./shells -name "*.nix" -printf '"%p" ')"
+watch_file "$(find ./shells -name "*.nix" -printf '"%p" ')"
0 commit comments