set up nixfmt

This commit is contained in:
Schrottkatze 2025-04-11 09:08:46 +02:00
commit 38d96c9f52
No known key found for this signature in database

View file

@ -56,6 +56,7 @@
}; };
}; };
in { in {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
devShells."x86_64-linux".default = pkgs.mkShell { devShells."x86_64-linux".default = pkgs.mkShell {
buildInputs = [ buildInputs = [
rs-toolchain rs-toolchain