nix update

This commit is contained in:
Thorn Avery 2025-09-13 16:30:50 +10:00
parent 72f77260be
commit 5a7c8fff16

View file

@ -16,6 +16,9 @@
src = ./.;
name = "kep-hack";
buildInputs = [ rgbds gcc make ];
buildPhase = ''
make kep
'';
installPhase = ''
shopt -s extglob
mkdir $out