Replace .envrc with envrc.repo, allowing the devs to have their own .envrc
It’s recommended that developers do this to use envrc.repo:
echo 'source_env envrc.repo' >> .envrc
This is a simpler alternative to rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/cob/xyz.radicle.patch/f599406e5917dd771c83af3de1a1691eed2206ed
There is a discussion topic on Radicle’s zulip chat related to this: https://radicle.zulipchat.com/#narrow/channel/369277-heartwood/topic/Do.20we.20.2Ahave.2A.20to.20have.20a.20versioned.20.60.2Eenvrc.60.3F/with/590136127
6 files changed
+32
-4
bdd991a5
→
5d8988b1
deleted .envrc
@@ -1,3 +0,0 @@
| - | |
| - | |
| - | |
added .envrc.repo
@@ -0,0 +1,5 @@
| + | |
| + | |
| + | |
| + | |
| + | |
modified .gitignore
@@ -3,5 +3,6 @@
|
|
|
|
|
|
| + | |
|
|
|
modified justfile
@@ -137,6 +137,7 @@ verify-tool tool package_name="":
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -144,3 +145,8 @@ install-hooks:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
modified scripts/git-hook-template.sh
@@ -9,7 +9,12 @@ then
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added scripts/just/install-default.envrc.sh
@@ -0,0 +1,14 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |