diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-10-02 18:52:47 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-10-02 19:02:59 +0300 |
| commit | 5fad25abc6ab0632b8594c84f59fa5c1eec06d2f (patch) | |
| tree | 46bc6d9aaa1e72f0fe8877aedab8b09cb3f88c54 /flake.nix | |
| parent | 136d9e824a583977d798d934bbd3b8089d769668 (diff) | |
Replace raylib with sdl3
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 ]; |
