Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
.envrc: Replace .envrc with .envrc.sample
✓ CI success Richard Levitte committed 16 days ago
commit 180d48c65d496d5bb2233fb04ff2ea7c0fe5d56b
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
added .envrc.sample
@@ -0,0 +1,5 @@
+
# Developers that want to use this can add 'source_env .envrc.sample' in their .envrc
+
if has nix; then
+
   watch_file rust-toolchain.toml
+
   use flake
+
fi
modified .gitignore
@@ -3,5 +3,6 @@
/build/artifacts
/build/*.tar.gz
/.pre-commit-config.yaml
+
/.envrc
/.direnv/
/result