diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -43,8 +43,11 @@ name = "crynth"; src = ./.; buildInputs = with pkgs; [ - sdl3 alsa-lib + + sdl3 + sdl3-ttf + sdl3-image ]; buildPhase = '' |
