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
›
150130e99beb04cd5d989932a617fcd160c7345a
nix: add sqlite in devShell
Fintan Halpenny
committed
2 years ago
commit 150130e99beb04cd5d989932a617fcd160c7345a
parent
3cf51043b3c4f253334f175d7d14f8183ca7e05e
1 file changed
+1
-0
modified
flake.nix
@@ -219,6 +219,7 @@
pkgs.cargo-nextest
pkgs.ripgrep
pkgs.rust-analyzer
+
pkgs.sqlite
];
};
});