wip: Custom mirroring tangled knot written in Rust
rust tangled mirror knot
1

Configure Feed

Select the types of activity you want to include in your feed.

flake(devShell): add cool stuff

Clément (Jun 7, 2026, 6:18 PM +0200) cd328bea 0d462edc

+6 -1
+6 -1
flake.nix
··· 17 17 18 18 devShells = forAllSystems (pkgs: { 19 19 default = pkgs.mkShell { 20 - packages = with pkgs; [ corepack ]; 20 + packages = with pkgs; [ 21 + rustup 22 + pnpm 23 + nodejs-slim_latest 24 + git 25 + ]; 21 26 }; 22 27 }); 23 28