aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index e356d51..5e1a282 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];