flake: add fmt and clippy

This commit is contained in:
Daniël de Kok 2024-08-09 12:53:14 +00:00
parent 952b450a3b
commit 6ee7e2e208

View File

@ -30,8 +30,10 @@
buildInputs = buildInputs =
[ [
cargo cargo
clippy
openssl.dev openssl.dev
pkg-config pkg-config
rustfmt
] ]
++ (with python3.pkgs; [ ++ (with python3.pkgs; [
venvShellHook venvShellHook