diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -30,7 +30,9 @@ alsa-lib - raylib + sdl3 + sdl3-ttf + sdl3-image ]; }; } @@ -41,7 +43,7 @@ name = "crynth"; src = ./.; buildInputs = with pkgs; [ - raylib + sdl3 alsa-lib ]; |
