1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

workflows/check-nix-format: Mention who to ping for trouble

The formatting team can't be looking through all PRs to see if anybody
is struggling.
This commit is contained in:
Silvan Mosberger 2024-08-25 01:12:25 +02:00
parent cbdb6ac0e6
commit e120425bb2

View file

@ -85,5 +85,6 @@ jobs:
echo "Some new/changed Nix files are not properly formatted"
echo "Please go to the Nixpkgs root directory, run \`nix-shell\`, then:"
echo "nixfmt ${unformattedFiles[*]@Q}"
echo "If you're having trouble, please ping @NixOS/nix-formatting"
exit 1
fi