From 977534bcb8b078ed7ee9df1ae8038d083cd1a58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 9 Aug 2024 14:56:20 +0200 Subject: [PATCH] flake: add fmt and clippy (#2389) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index c17950c1..a67879fc 100644 --- a/flake.nix +++ b/flake.nix @@ -30,8 +30,10 @@ buildInputs = [ cargo + clippy openssl.dev pkg-config + rustfmt ] ++ (with python3.pkgs; [ venvShellHook