maintainers/scripts/haskell/regenerate-hackage-packages.sh: run nixfmt without --fast as well

This commit is contained in:
Wolfgang Walther 2025-04-06 11:33:20 +02:00
parent b8b7f305b2
commit c1e7bdadb0
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
3 changed files with 1 additions and 3 deletions

View file

@ -89,7 +89,6 @@ compiler_config="$(nix-build -A haskellPackages.cabal2nix-unstable.compilerConfi
echo "Running hackage2nix to regenerate pkgs/development/haskell-modules/hackage-packages.nix …"
run_hackage2nix
nixfmt pkgs/development/haskell-modules/hackage-packages.nix
if [[ "$REGENERATE_TRANSITIVE" -eq 1 ]]; then
@ -103,6 +102,7 @@ run_hackage2nix
fi
nixfmt pkgs/development/haskell-modules/hackage-packages.nix
if [[ "$DO_COMMIT" -eq 1 ]]; then
git add pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml