This commit is contained in:
Rakarake 2025-12-08 03:57:28 +01:00
parent 0d3340713c
commit 27b04eb7d4
3 changed files with 33 additions and 3 deletions

View file

@ -15,10 +15,11 @@
src = ./.;
naitiveBuildInputs = with pkgs; [
gcc
pkg-config
];
buildInputs = with pkgs; [
pkg-config
sdl3
libGL
];
installPhase = ''
mkdir -p $out/bin