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
+1
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