This repository has no description
0

Configure Feed

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

1{ 2 projectRootFile = "flake.nix"; 3 4 # keep-sorted start 5 programs.actionlint.enable = true; 6 programs.keep-sorted.enable = true; 7 programs.nixfmt.enable = true; 8 # keep-sorted end 9}