From 569406ee8f50d36a92be6efa6d215cd134bf159d Mon Sep 17 00:00:00 2001 From: y5nw <37980625+y5nw@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:19:35 +0100 Subject: [PATCH] shell.nix: replace SDL2 with SDL3 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 02d2de37cb..f22f0a83f4 100644 --- a/shell.nix +++ b/shell.nix @@ -14,7 +14,7 @@ pkgs.mkShell { pkgs.libpng pkgs.libGL pkgs.luajit - pkgs.SDL2 + pkgs.sdl3 pkgs.openal pkgs.curl pkgs.libvorbis