flake: Switch formatter from nixpkgs-fmt to nixfmt-rfc-style

Welcome to the new era.

Hopefully the last formatter change for a while.
This commit is contained in:
Donovan Glover 2024-08-03 14:50:34 -04:00
parent 8ece3e2812
commit 0803c83f2c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -113,8 +113,8 @@
};
};
formatter.x86_64-linux = x86_64-linux.nixpkgs-fmt;
formatter.aarch64-linux = aarch64-linux.nixpkgs-fmt;
formatter.x86_64-linux = x86_64-linux.nixfmt-rfc-style;
formatter.aarch64-linux = aarch64-linux.nixfmt-rfc-style;
}
// (listToAttrs (
map (attributeName: {