packages/sips: drop
This commit is contained in:
parent
68485d6755
commit
57943f57b0
5 changed files with 0 additions and 51 deletions
|
@ -74,8 +74,6 @@
|
|||
|
||||
searxng = pkgs.callPackage ./web-apps/searxng { inherit pins; };
|
||||
|
||||
sips = pkgs.callPackage ./servers/sips { };
|
||||
|
||||
stevenblack-hosts = pkgs.callPackage ./data/stevenblack { inherit pins; };
|
||||
};
|
||||
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "sips";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DeedleFake";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0v5g4zz7j6150yk7k3svh3ffgr0ghzp5yl01bpq99i0lkpliidpx";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-JZ8wtfu+jLikTKjYt+1Zt05jNVahEyRU/ciK2n+AACc=";
|
||||
|
||||
subPackages = [ "cmd/sips" "cmd/sipsctl" ];
|
||||
|
||||
# HACK: this can't cross-compile
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/bash-completion/completions $out/share/zsh/site-functions
|
||||
$out/bin/sipsctl completion bash > $out/share/bash-completion/completions/sipsctl
|
||||
$out/bin/sipsctl completion zsh > $out/share/zsh/site-functions/_sipsctl
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Simple IPFS Pinning Service";
|
||||
homepage = "https://github.com/DeedleFake/sips";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
|
@ -9,7 +9,6 @@
|
|||
powerdns-admin = [ "x86_64-linux" ];
|
||||
prometheus-jitsi-exporter = [ "aarch64-linux" ];
|
||||
searxng = [ "x86_64-linux" ];
|
||||
sips = [ "x86_64-linux" ];
|
||||
tempo = [ "x86_64-linux" ];
|
||||
uptime-kuma = [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
|
@ -50,7 +50,6 @@ in with hosts;
|
|||
"secrets/oauth2_proxy-secrets.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/postfix-ldap-mailboxes.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/searxng-secrets.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/sips-db-credentials.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/synapse-db.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/synapse-keys.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/synapse-ldap.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 NO562A E/9/zbcPJ/7RcvpQDdiH3964S2458+gfe4y58gljdRM
|
||||
EkmMt7j+MRT4+StvnCbmyyFudWsGHN72Vq+sW3BMG3k
|
||||
-> ssh-ed25519 5/zT0w 2hwtQ2r3Yt92hnBdHS6dlxxWEMhc/a+Xs6GFjOer9xQ
|
||||
IADvMgdOEj9lVpEyPYQf4VHzbAqa5jf1xHCxu3tX0Os
|
||||
-> ssh-ed25519 d3WGuA SH5ARarHt6Z6ieKm42ECfJps0ZQZpEnbIcJzWZhGr1Q
|
||||
fjQQJJUkQf8fv7CihShd51ChXse9GBmoY/q186M7FBE
|
||||
-> /a.-grease
|
||||
w3y137fgLnhJLYkLo2uSwwIIevdM+G7A9ewrChPDFEmoahoOYPoNfPb6Lo4XBMEv
|
||||
OSVsc+9B5cO95zQ2hOncu7LlsDUcdCHa8rLJFVaGLwfqXi79EnCsdrucUK+nnNCe
|
||||
|
||||
--- mpr2ZFj40sPB65FCmlwUSWhRNU0TWSkNvyCh4HQN/e4
|
||||
ÿH1 ¹8—‹y@¯Ù;Ùa´«]'•Š<E280A2>ê¡gRÕy/7µ&¯¯ó >Ld'þ°¯˜tYN|eÜ žÆÔ_©oìÁÖ5¼à°Þ㼘+ä`[fí3ÆöéOPgÔwZÔfÞTÕÊT¨¼£}àyhs3Íì
|
Loading…
Reference in a new issue