docs: add generated packages readme

This commit is contained in:
matt1432 2025-01-20 15:06:16 -05:00
parent 546eda3ee2
commit 6aca512b8a
10 changed files with 71 additions and 14 deletions
packages/protonhax

View file

@ -1,4 +1,5 @@
{
lib,
mkVersion,
protonhax-src,
stdenv,
@ -13,4 +14,10 @@ stdenv.mkDerivation {
installPhase = ''
install -Dt $out/bin -m755 protonhax
'';
meta = {
description = "Tool to help running other programs (i.e. Cheat Engine) inside Steam's proton.";
homepage = "https://github.com/jcnils/protonhax";
license = with lib.licenses; [bsd3];
};
}