set up nixfmt

This commit is contained in:
Schrottkatze 2025-04-11 09:08:46 +02:00
parent 2be0a923e6
commit 38d96c9f52
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

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