mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 10:31:45 +13:00
nix update
This commit is contained in:
parent
72f77260be
commit
5a7c8fff16
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
||||||
src = ./.;
|
src = ./.;
|
||||||
name = "kep-hack";
|
name = "kep-hack";
|
||||||
buildInputs = [ rgbds gcc make ];
|
buildInputs = [ rgbds gcc make ];
|
||||||
|
buildPhase = ''
|
||||||
|
make kep
|
||||||
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue