Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
h
heartwood
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
3092
Issues
203
Patches
778
Jobs
Commits
›
6143c37d3b86830c16ea284fa15788ed21c9cfbb
nix: add rust-analyzer
Fintan Halpenny
committed
2 years ago
commit 6143c37d3b86830c16ea284fa15788ed21c9cfbb
parent
205c15caa692813510f2b0d5f09d6956c75b7eab
1 file changed
+1
-1
modified
.nix/shell.nix
@@ -15,7 +15,7 @@ in
name = "development";
buildInputs = devault.buildInputs ++ [
gcc
-
ripgrep
+
rust-analyzer
];
}