Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
envrc: Rename 'envrc.repo' -> '.envrc.repo'
Adrian Duke committed 16 days ago
commit 06bb28ba72c66776167661c8113aa28cab2f6824
parent 1ad9b0294bc5289e051b7a204b20b5297411ec87
2 files changed +5 -5
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
deleted envrc.repo
@@ -1,5 +0,0 @@
-
# 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