You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file configures direnv to use devenv for shell activation.
21
31
@@ -60,13 +70,14 @@ echo ".direnv" >> .gitignore
60
70
## Manually managing updates to direnvrc
61
71
62
72
We occasionally make updates to our direnv integration script, also known as the `direnvrc`.
63
-
Devenv will use the latest compatible version if set up using the method described above in [Configure Shell Activation](#configure-shell-activation).
64
73
65
-
Alternatively, you can pin the `direnvrc` to a specific version from the source repository.
66
-
This approach allows you audit the `direnvrc` script and have full control over when it is updated.
74
+
From v1.4 and onwards, devenv will use the latest compatible version if set up using the latest method described above in [Configure Shell Activation](#configure-shell-activation).
75
+
For older versions, the pinned script has to be updated manually.
76
+
77
+
Pinning the `direnvrc` to a specific version from the source repository allows you audit the `direnvrc` script and have full control over when it is updated.
67
78
The downside is that you will have to manually update the URL and content hash of the script for every single project individually.
68
79
69
-
We strongly recommend using the approach that supports automated upgrades described in [Configure Shell Activation](#configure-shell-activation).
80
+
<!--We strongly recommend using the approach that supports automated upgrades described in [Configure Shell Activation](#configure-shell-activation).-->
0 commit comments