mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-16 15:55:10 +02:00
13 lines
414 B
Nix
13 lines
414 B
Nix
|
|
# This file was generated by nvfetcher, please do not modify it manually.
|
||
|
|
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||
|
|
{
|
||
|
|
proton-ge = {
|
||
|
|
pname = "proton-ge";
|
||
|
|
version = "GE-Proton7-29";
|
||
|
|
src = fetchurl {
|
||
|
|
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-29/GE-Proton7-29.tar.gz";
|
||
|
|
sha256 = "sha256-bmi3l8FXpoIdBAp8HisXJ1awNxNFzK+XiVwhBN/jOUY=";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|