From 1ecadfb0adf839c719ba50914c7336488ca55a47 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 21 Jul 2023 22:42:51 -0700 Subject: Fix clippy warnings. --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 540dad2..0878b1d 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,10 @@ lockFile = ./Cargo.lock; }; + nativeBuildInputs = with pkgs; [ + clippy + ]; + buildInputs = with pkgs; [ SDL2 SDL2_image -- cgit v1.3.1