We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d68d8 commit 37a00fdCopy full SHA for 37a00fd
.envrc
@@ -1 +1,5 @@
1
-use nix
+if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
2
+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
3
+fi
4
+
5
+use flake
0 commit comments