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
›
0a0c823267c23f8d133d65d21354bf71b37d001c
flake: Install Jujutsu for testing
Lorenz Leutgeb
committed
8 months ago
commit 0a0c823267c23f8d133d65d21354bf71b37d001c
parent
8d996089c80a75d13b97d5fe47822db16e4cf2fb
1 file changed
+1
-0
modified
flake.nix
@@ -102,6 +102,7 @@
]);
nativeCheckInputs = with pkgs; [
jq
+
jujutsu
];
env =