Add sources for extra packages

This commit is contained in:
Quentin Boyer 2022-11-20 21:17:02 +01:00
parent e3e0011cf0
commit 47ecb2f677
4 changed files with 32 additions and 0 deletions

16
_sources/generated.json Normal file
View file

@ -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"
}
}

12
_sources/generated.nix Normal file
View file

@ -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=";
};
};
}

View file

@ -40,6 +40,7 @@ in {
comma
raclette
oscclip
nvfetcher
];
services = {

3
sources.toml Normal file
View file

@ -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"