pre-commit still refers to the new formatter as nixfmt-rfc-style

This commit is contained in:
Andrea Ciceri 2024-11-08 10:22:50 +01:00
parent a0f97d1a10
commit 43c06ae4c4
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -11,7 +11,7 @@
};
pre-commit.settings.hooks = {
nixfmt.enable = true;
nixfmt-rfc-style.enable = true;
deadnix.enable = false;
};
};