aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5e1a282..55545c1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,8 +43,11 @@
name = "crynth";
src = ./.;
buildInputs = with pkgs; [
- sdl3
alsa-lib
+
+ sdl3
+ sdl3-ttf
+ sdl3-image
];
buildPhase = ''