From 47ecb2f677a6e7fe420df04cf6df4b5d96da586e Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 20 Nov 2022 21:17:02 +0100 Subject: [PATCH] Add sources for extra packages --- _sources/generated.json | 16 ++++++++++++++++ _sources/generated.nix | 12 ++++++++++++ home.nix | 1 + sources.toml | 3 +++ 4 files changed, 32 insertions(+) create mode 100644 _sources/generated.json create mode 100644 _sources/generated.nix create mode 100644 sources.toml 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"