summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2023-07-21 22:42:51 -0700
committerRose Hogenson <rosehogenson@posteo.net>2023-07-21 22:42:51 -0700
commit1ecadfb0adf839c719ba50914c7336488ca55a47 (patch)
tree5d7419007e983c2ba684b89f402615205345fef6 /flake.nix
parentd075c455b1ed5fe89fb949ca1f019de97ffb832a (diff)
downloadstallman-shooter-1ecadfb0adf839c719ba50914c7336488ca55a47.tar.zst
Fix clippy warnings.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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