flake: pin nixfmt package to nixfmt-classic

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-07-02 12:23:10 +02:00
parent ef0d4cea6d
commit 118ee71e09
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -85,7 +85,10 @@
projectRootFile = "flake.nix";
programs = {
deadnix.enable = true;
nixfmt.enable = true;
nixfmt = {
enable = true;
package = pkgs.nixfmt-classic;
};
prettier.enable = true;
shellcheck.enable = true;
statix.enable = true;