mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
Add sources for extra packages
This commit is contained in:
parent
e3e0011cf0
commit
47ecb2f677
4 changed files with 32 additions and 0 deletions
16
_sources/generated.json
Normal file
16
_sources/generated.json
Normal 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
12
_sources/generated.nix
Normal 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=";
|
||||
};
|
||||
};
|
||||
}
|
||||
1
home.nix
1
home.nix
|
|
@ -40,6 +40,7 @@ in {
|
|||
comma
|
||||
raclette
|
||||
oscclip
|
||||
nvfetcher
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
3
sources.toml
Normal file
3
sources.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue