(pkgs): Add new package radicle-ci-broker
This commit is contained in:
parent
16fd11acdb
commit
f6ace25228
7 changed files with 73 additions and 8 deletions
|
|
@ -5,6 +5,7 @@ in
|
||||||
./TrackersListCollection.nix
|
./TrackersListCollection.nix
|
||||||
./OuterWildsTextAdventure.nix
|
./OuterWildsTextAdventure.nix
|
||||||
./editor-runtime.nix
|
./editor-runtime.nix
|
||||||
|
./radicle-ci-broker.nix
|
||||||
]
|
]
|
||||||
|> map (file: import file args)
|
|> map (file: import file args)
|
||||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||||
|
|
|
||||||
5
overlays/additions/radicle-ci-broker.nix
Normal file
5
overlays/additions/radicle-ci-broker.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{outputs, ...}: _final: prev: let
|
||||||
|
inherit (prev.stdenv.hostPlatform) system;
|
||||||
|
in {
|
||||||
|
inherit (outputs.packages.${system}) radicle-ci-broker;
|
||||||
|
}
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"TrackersListCollection": {
|
"TrackersListCollection": {
|
||||||
"cargoLocks": null,
|
"cargoLocks": null,
|
||||||
"date": "2025-06-22",
|
"date": "2025-06-25",
|
||||||
"extract": null,
|
"extract": null,
|
||||||
"name": "TrackersListCollection",
|
"name": "TrackersListCollection",
|
||||||
"passthru": null,
|
"passthru": null,
|
||||||
|
|
@ -34,14 +34,14 @@
|
||||||
"name": null,
|
"name": null,
|
||||||
"owner": "XIU2",
|
"owner": "XIU2",
|
||||||
"repo": "TrackersListCollection",
|
"repo": "TrackersListCollection",
|
||||||
"rev": "5a0135a913cd27cea026bd558d0319da3630f327",
|
"rev": "f3079ce280d1597cc2b3adfd0a04e0632736e5f7",
|
||||||
"sha256": "sha256-YllDv9VEmBCWV0YrdD2yO54foDy/m+9FR2NBwEpSiCY=",
|
"sha256": "sha256-GSG49cgGexdhn87tr8c6bCk0ySzsLWC23cWo6UvHDqE=",
|
||||||
"sparseCheckout": [
|
"sparseCheckout": [
|
||||||
"all.txt"
|
"all.txt"
|
||||||
],
|
],
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"version": "5a0135a913cd27cea026bd558d0319da3630f327"
|
"version": "f3079ce280d1597cc2b3adfd0a04e0632736e5f7"
|
||||||
},
|
},
|
||||||
"cliphist": {
|
"cliphist": {
|
||||||
"cargoLocks": null,
|
"cargoLocks": null,
|
||||||
|
|
@ -130,6 +130,26 @@
|
||||||
},
|
},
|
||||||
"version": "Serif2.003"
|
"version": "Serif2.003"
|
||||||
},
|
},
|
||||||
|
"radicle-ci-broker": {
|
||||||
|
"cargoLocks": null,
|
||||||
|
"date": "2025-06-18",
|
||||||
|
"extract": null,
|
||||||
|
"name": "radicle-ci-broker",
|
||||||
|
"passthru": null,
|
||||||
|
"pinned": false,
|
||||||
|
"src": {
|
||||||
|
"deepClone": false,
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"leaveDotGit": false,
|
||||||
|
"name": null,
|
||||||
|
"rev": "d824691e1aeccd557b2deeb2cdfb18d275e15f3e",
|
||||||
|
"sha256": "sha256-bj+JR26bqBE/WBcIbIUZU0r9JqgkEIGSb8nv3GdF72Q=",
|
||||||
|
"sparseCheckout": [],
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://seed.radicle.garden/zwTxygwuz5LDGBq255RA2CbNGrz8.git"
|
||||||
|
},
|
||||||
|
"version": "d824691e1aeccd557b2deeb2cdfb18d275e15f3e"
|
||||||
|
},
|
||||||
"spotx": {
|
"spotx": {
|
||||||
"cargoLocks": null,
|
"cargoLocks": null,
|
||||||
"date": "2025-06-18",
|
"date": "2025-06-18",
|
||||||
|
|
|
||||||
|
|
@ -15,18 +15,18 @@
|
||||||
};
|
};
|
||||||
TrackersListCollection = {
|
TrackersListCollection = {
|
||||||
pname = "TrackersListCollection";
|
pname = "TrackersListCollection";
|
||||||
version = "5a0135a913cd27cea026bd558d0319da3630f327";
|
version = "f3079ce280d1597cc2b3adfd0a04e0632736e5f7";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "XIU2";
|
owner = "XIU2";
|
||||||
repo = "TrackersListCollection";
|
repo = "TrackersListCollection";
|
||||||
rev = "5a0135a913cd27cea026bd558d0319da3630f327";
|
rev = "f3079ce280d1597cc2b3adfd0a04e0632736e5f7";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
deepClone = false;
|
deepClone = false;
|
||||||
leaveDotGit = false;
|
leaveDotGit = false;
|
||||||
sparseCheckout = [ "all.txt" ];
|
sparseCheckout = [ "all.txt" ];
|
||||||
sha256 = "sha256-YllDv9VEmBCWV0YrdD2yO54foDy/m+9FR2NBwEpSiCY=";
|
sha256 = "sha256-GSG49cgGexdhn87tr8c6bCk0ySzsLWC23cWo6UvHDqE=";
|
||||||
};
|
};
|
||||||
date = "2025-06-22";
|
date = "2025-06-25";
|
||||||
};
|
};
|
||||||
cliphist = {
|
cliphist = {
|
||||||
pname = "cliphist";
|
pname = "cliphist";
|
||||||
|
|
@ -82,6 +82,20 @@
|
||||||
sha256 = "sha256-mfbBSdJrUCZiUUmsmndtEW6H3z6KfBn+dEftBySf2j4=";
|
sha256 = "sha256-mfbBSdJrUCZiUUmsmndtEW6H3z6KfBn+dEftBySf2j4=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
radicle-ci-broker = {
|
||||||
|
pname = "radicle-ci-broker";
|
||||||
|
version = "d824691e1aeccd557b2deeb2cdfb18d275e15f3e";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://seed.radicle.garden/zwTxygwuz5LDGBq255RA2CbNGrz8.git";
|
||||||
|
rev = "d824691e1aeccd557b2deeb2cdfb18d275e15f3e";
|
||||||
|
fetchSubmodules = false;
|
||||||
|
deepClone = false;
|
||||||
|
leaveDotGit = false;
|
||||||
|
sparseCheckout = [ ];
|
||||||
|
sha256 = "sha256-bj+JR26bqBE/WBcIbIUZU0r9JqgkEIGSb8nv3GdF72Q=";
|
||||||
|
};
|
||||||
|
date = "2025-06-18";
|
||||||
|
};
|
||||||
spotx = {
|
spotx = {
|
||||||
pname = "spotx";
|
pname = "spotx";
|
||||||
version = "181fd7fc8fe838237660a46ae096570d869bc30f";
|
version = "181fd7fc8fe838237660a46ae096570d869bc30f";
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ in
|
||||||
QQ = callPackage ./QQ.nix {};
|
QQ = callPackage ./QQ.nix {};
|
||||||
editor-runtime = callPackage ./editor-runtime.nix {};
|
editor-runtime = callPackage ./editor-runtime.nix {};
|
||||||
cliphist = callPackage ./cliphist.nix {};
|
cliphist = callPackage ./cliphist.nix {};
|
||||||
|
radicle-ci-broker = callPackage ./radicle-ci-broker.nix {};
|
||||||
|
|
||||||
noto-serif-cjk = callPackage ./noto-serif-cjk.nix {};
|
noto-serif-cjk = callPackage ./noto-serif-cjk.nix {};
|
||||||
noto-sans-cjk = callPackage ./noto-sans-cjk.nix {};
|
noto-sans-cjk = callPackage ./noto-sans-cjk.nix {};
|
||||||
|
|
|
||||||
|
|
@ -37,3 +37,7 @@ fetch.github = "top-mind/OuterWildsTextAdventureWeb"
|
||||||
[cliphist]
|
[cliphist]
|
||||||
src.git = "https://github.com/sentriz/cliphist.git"
|
src.git = "https://github.com/sentriz/cliphist.git"
|
||||||
fetch.github = "sentriz/cliphist"
|
fetch.github = "sentriz/cliphist"
|
||||||
|
|
||||||
|
[radicle-ci-broker]
|
||||||
|
src.git = "https://seed.radicle.garden/zwTxygwuz5LDGBq255RA2CbNGrz8.git"
|
||||||
|
fetch.git = "https://seed.radicle.garden/zwTxygwuz5LDGBq255RA2CbNGrz8.git"
|
||||||
|
|
|
||||||
20
pkgs/radicle-ci-broker.nix
Normal file
20
pkgs/radicle-ci-broker.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
rustPlatform,
|
||||||
|
srcs,
|
||||||
|
git,
|
||||||
|
}: let
|
||||||
|
inherit (srcs) radicle-ci-broker;
|
||||||
|
in
|
||||||
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
|
pname = "radicle-ci-broker";
|
||||||
|
version = "0-unstable-${radicle-ci-broker.date}-git${radicle-ci-broker.version}";
|
||||||
|
inherit (radicle-ci-broker) src;
|
||||||
|
nativeBuildInputs = [git];
|
||||||
|
|
||||||
|
cargoLock = {
|
||||||
|
lockFile = "${finalAttrs.src}/Cargo.lock";
|
||||||
|
allowBuiltinFetchGit = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue