diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2023-07-21 22:42:51 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2023-07-21 22:42:51 -0700 |
| commit | 1ecadfb0adf839c719ba50914c7336488ca55a47 (patch) | |
| tree | 5d7419007e983c2ba684b89f402615205345fef6 /flake.nix | |
| parent | d075c455b1ed5fe89fb949ca1f019de97ffb832a (diff) | |
| download | stallman-shooter-1ecadfb0adf839c719ba50914c7336488ca55a47.tar.zst | |
Fix clippy warnings.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ lockFile = ./Cargo.lock; }; + nativeBuildInputs = with pkgs; [ + clippy + ]; + buildInputs = with pkgs; [ SDL2 SDL2_image |
