flake: Universal formatter

This commit is contained in:
Jan Kremer 2024-07-02 18:00:53 +02:00
parent 4b99d9f52d
commit ed7fdc24c6
No known key found for this signature in database

View file

@ -31,6 +31,6 @@
in in
{ {
devShells = forAllSystems devShell; devShells = forAllSystems devShell;
formatter.x86_64-darwin = nixpkgs.legacyPackages.x86_64-darwin.nixfmt-rfc-style; formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
}; };
} }