From e120425bb231c7b954cea3bbb469b113d651ae0e Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Sun, 25 Aug 2024 01:12:25 +0200 Subject: [PATCH] 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. --- .github/workflows/check-nix-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-nix-format.yml b/.github/workflows/check-nix-format.yml index 96a1a0971555..22ad83ba953b 100644 --- a/.github/workflows/check-nix-format.yml +++ b/.github/workflows/check-nix-format.yml @@ -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