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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user