diff --git a/_sources/generated.json b/_sources/generated.json new file mode 100644 index 0000000..a37410a --- /dev/null +++ b/_sources/generated.json @@ -0,0 +1,16 @@ +{ + "proton-ge": { + "cargoLocks": null, + "extract": null, + "name": "proton-ge", + "passthru": null, + "pinned": false, + "src": { + "name": null, + "sha256": "sha256-bmi3l8FXpoIdBAp8HisXJ1awNxNFzK+XiVwhBN/jOUY=", + "type": "url", + "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-29/GE-Proton7-29.tar.gz" + }, + "version": "GE-Proton7-29" + } +} \ No newline at end of file diff --git a/_sources/generated.nix b/_sources/generated.nix new file mode 100644 index 0000000..91c5adf --- /dev/null +++ b/_sources/generated.nix @@ -0,0 +1,12 @@ +# 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="; + }; + }; +} diff --git a/home.nix b/home.nix index 328bdb2..57909f2 100644 --- a/home.nix +++ b/home.nix @@ -40,6 +40,7 @@ in { comma raclette oscclip + nvfetcher ]; services = { diff --git a/sources.toml b/sources.toml new file mode 100644 index 0000000..9facd71 --- /dev/null +++ b/sources.toml @@ -0,0 +1,3 @@ +[proton-ge] +src.github = "GloriousEggroll/proton-ge-custom" +fetch.url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/$ver/$ver.tar.gz"