parent
546eda3ee2
commit
6aca512b8a
10 changed files with 71 additions and 14 deletions
packages/protonhax
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue