pkgs/tools/backup: remove dead code

with the help of deadnix & nil
This commit is contained in:
figsoda 2023-07-12 12:06:56 -04:00
parent 9a1074ae6b
commit 72948e9fba
9 changed files with 4 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }:
{ lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }:
rustPlatform.buildRustPackage rec {
pname = "bupstash";
version = "0.12.0";

View file

@ -1,7 +1,6 @@
{ lib
, buildDotnetModule
, fetchFromGitHub
, dotnetCorePackages
, testers
, discordchatexporter-cli
}:

View file

@ -1,6 +1,5 @@
{ lib, stdenv
, fetchFromGitLab
, fetchpatch
, python3
, librsync
, ncftp
@ -14,8 +13,6 @@
}:
let
pythonPackages = python3.pkgs;
inherit (lib.versions) majorMinor splitVersion;
majorMinorPatch = v: builtins.concatStringsSep "." (lib.take 3 (splitVersion v));
in
pythonPackages.buildPythonApplication rec {
pname = "duplicity";

View file

@ -1,7 +1,5 @@
{ lib
, pkgs
, fetchFromGitHub
, fetchpatch
, python3
, ffmpeg
}:

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, fetchpatch }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "restic-rest-server";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, openssl, zlib, e2fsprogs, bash, bzip2 }:
{ lib, stdenv, fetchurl, openssl, zlib, e2fsprogs, bzip2 }:
let
zshCompletion = fetchurl {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch
{ lib, stdenv, fetchFromGitHub
, cmake, protobufc
, libunwind, lzo, openssl, protobuf, zlib
}:

View file

@ -1,7 +1,6 @@
{ lib
, buildGoModule
, fetchFromGitHub
, zfs
}:
buildGoModule rec {

View file

@ -4,7 +4,6 @@
, makeWrapper
, nixosTests
, openssh
, fetchpatch
}:
buildGoModule rec {
pname = "zrepl";