this repo has no description
1
fork

Configure Feed

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

Add atproto-goat to dev shell

+7
+7
flake.nix
··· 66 66 67 67 # ── task runner ────────────────────────────────────────── 68 68 just 69 + 70 + # ── atproto tooling ────────────────────────────────────── 71 + # goat — Go CLI for atproto (repo inspection, XRPC calls, 72 + # firehose consumption, identity resolution). Packaged in 73 + # nixpkgs as `atproto-goat` to disambiguate from the ASCII 74 + # diagram tool `goat`. Binary name on PATH is still `goat`. 75 + atproto-goat 69 76 ] ++ nixpkgs.lib.optionals pkgs.stdenv.isLinux [ 70 77 # Phoenix LiveReload uses inotify on Linux; macOS uses 71 78 # fsevents natively and doesn't need this.