From 6a1255acb28389cc2e1df3231b10333b6289e7c1 Mon Sep 17 00:00:00 2001 From: Eduardo Trujillo <ed@chromabits.com> Date: Sun, 19 May 2024 21:24:53 +0000 Subject: [PATCH] chore(nix): Add rustfmt --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 384936d..f359c5e 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ devShell = pkgs.mkShell { buildInputs = with pkgs; [openssl]; - nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config clippy]; + nativeBuildInputs = with pkgs; [rustc cargo rustfmt rust-analyzer pkg-config clippy]; }; formatter = nixpkgs.legacyPackages.${system}.alejandra; -- GitLab