An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization
25
fork

Configure Feed

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

fix(flake): remove broken check

-3
-3
flake.nix
··· 26 26 }); 27 27 28 28 formatter = forSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper); 29 - checks = forSystems (pkgs: { 30 - formatting = treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.check self; 31 - }); 32 29 }; 33 30 }