Nix flakes on the AT protocol
3

Configure Feed

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

chore: add development files

+5
+2
flake.nix
··· 29 29 default = pkgs.mkShellNoCC { 30 30 packages = with pkgs; [ 31 31 atproto-goat 32 + shellcheck 33 + jq 32 34 ]; 33 35 34 36 env = { };
+3
todo.txt
··· 1 + (B) 2026-07-25 find a faster way to check whether the user is logged in or not 2 + (A) 2026-07-25 parse tangled URLs to SSH URLs 3 + (C) 2026-07-25 formalize implementation in Rust