From 38d96c9f525dcc227471e81abd30bb0795af51d3 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 11 Apr 2025 09:08:46 +0200 Subject: [PATCH] set up nixfmt --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e33d645..1b05de3 100644 --- a/flake.nix +++ b/flake.nix @@ -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