remove drone-runner-docker
This commit is contained in:
parent
0142dd01a9
commit
5b9fd6b6c9
4 changed files with 0 additions and 57 deletions
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
fetchFromGitHub,
|
|
||||||
buildGoModule,
|
|
||||||
writeScript,
|
|
||||||
}: let
|
|
||||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "drone-runners";
|
|
||||||
repo = "drone-runner-docker";
|
|
||||||
inherit (source) rev sha256;
|
|
||||||
};
|
|
||||||
in
|
|
||||||
buildGoModule rec {
|
|
||||||
pname = "drone-runner-docker";
|
|
||||||
version = source.date;
|
|
||||||
inherit src;
|
|
||||||
vendorSha256 = builtins.readFile ./goVendor.hash;
|
|
||||||
proxyVendor = true;
|
|
||||||
meta = {
|
|
||||||
description = "Docker executor for drone";
|
|
||||||
license = [
|
|
||||||
{
|
|
||||||
free = false;
|
|
||||||
fullName = "PolyForm Small Business License 1.0.0";
|
|
||||||
redistributable = true;
|
|
||||||
spdxId = "PolyForm-Small-Business-1.0.0";
|
|
||||||
url = "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.html";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
free = false;
|
|
||||||
fullName = "PolyForm Free Trial License 1.0.0";
|
|
||||||
redistributable = true;
|
|
||||||
url = "https://polyformproject.org/licenses/free-trial/1.0.0/";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
passthru.updateScript = writeScript "update-matrix-media-repo" ''
|
|
||||||
${../../scripts/update-git.sh} "https://github.com/drone-runners/drone-runner-docker" ci/drone-runner-docker/source.json
|
|
||||||
if [ "$(git diff -- ci/drone-runner-docker/source.json)" ]; then
|
|
||||||
SRC_PATH=$(nix-build -E '(import ./. {}).${pname}.src')
|
|
||||||
${../../scripts/update-go.sh} ./ci/drone-runner-docker ci/drone-runner-docker/goVendor.hash
|
|
||||||
fi
|
|
||||||
'';
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
sha256-E4VV1sM408eXtOFCewOWG275rbqbomlVFw8nZI6uN0E=
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"url": "https://github.com/drone-runners/drone-runner-docker",
|
|
||||||
"rev": "7e9969423c0883c0300c974bbb7583e3d9ece875",
|
|
||||||
"date": "2023-01-31T11:26:39+00:00",
|
|
||||||
"path": "/nix/store/di6ahlqfjgpac2s2y8xcxz0a8nhghxnz-drone-runner-docker",
|
|
||||||
"sha256": "0k28w2s8ck0k37wajp0370gijzyjp88fgn6n8ywnyda9fba0q8yw",
|
|
||||||
"fetchLFS": false,
|
|
||||||
"fetchSubmodules": false,
|
|
||||||
"deepClone": false,
|
|
||||||
"leaveDotGit": false
|
|
||||||
}
|
|
|
@ -63,7 +63,6 @@
|
||||||
emoji-volpeon-vlpn = pkgs.callPackage ./art/emoji/volpeon/vlpn.nix {};
|
emoji-volpeon-vlpn = pkgs.callPackage ./art/emoji/volpeon/vlpn.nix {};
|
||||||
emoji-caro = pkgs.callPackage ./art/emoji/caro {};
|
emoji-caro = pkgs.callPackage ./art/emoji/caro {};
|
||||||
lotte-art = pkgs.callPackage ./art/lotte {};
|
lotte-art = pkgs.callPackage ./art/lotte {};
|
||||||
drone-runner-docker = pkgs.callPackage ./ci/drone-runner-docker {};
|
|
||||||
alco-sans = pkgs.callPackage ./fonts/kreative/alco-sans.nix {};
|
alco-sans = pkgs.callPackage ./fonts/kreative/alco-sans.nix {};
|
||||||
constructium = pkgs.callPackage ./fonts/kreative/constructium.nix {};
|
constructium = pkgs.callPackage ./fonts/kreative/constructium.nix {};
|
||||||
fairfax = pkgs.callPackage ./fonts/kreative/fairfax.nix {};
|
fairfax = pkgs.callPackage ./fonts/kreative/fairfax.nix {};
|
||||||
|
|
Reference in a new issue