An Elixir toolkit for the AT Protocol.
0

Configure Feed

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

fix(flake): remove broken check

Ashlynne Mitchell (Apr 4, 2026, 12:04 AM +1100) a5eca89d 7d45f605

-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 }