summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
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