Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Replace .envrc with envrc.repo, allowing the devs to have their own .envrc
✓ CI success Richard Levitte committed 16 days ago
commit 1ad9b0294bc5289e051b7a204b20b5297411ec87
parent 354805aeb3f871358426753198275738ff76a47e
1 passed (1 total) View logs
3 files changed +6 -3
deleted .envrc
@@ -1,3 +0,0 @@
-
watch_file rust-toolchain.toml
-

-
use flake
modified .gitignore
@@ -3,5 +3,6 @@
/build/artifacts
/build/*.tar.gz
/.pre-commit-config.yaml
+
/.envrc
/.direnv/
/result
added envrc.repo
@@ -0,0 +1,5 @@
+
# Developers that want to use this can add 'source_env envrc.repo' in their .envrc
+
if has nix; then
+
   watch_file rust-toolchain.toml
+
   use flake
+
fi