diff options
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 |
