feat(steam): add proton pkg that doesn't change name in steam

This commit is contained in:
matt1432 2024-08-01 00:41:47 -04:00
parent f0b721c12d
commit a79cb29aaf
5 changed files with 34 additions and 3 deletions
packages

View file

@ -19,6 +19,8 @@
inherit mkVersion;
};
proton-ge-latest = pkgs.callPackage ./proton-ge-latest {};
protonhax = pkgs.callPackage ./protonhax {
inherit (inputs) protonhax-src;
inherit mkVersion;