pkgs/tools/nix: remove dead code

This commit is contained in:
figsoda 2023-07-25 12:12:18 -04:00
parent 7ce0abe77d
commit 5d4857463a
5 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, nix, openssl, pkg-config, ronn, rustPlatform }:
{ lib, fetchFromGitHub, nix, ronn, rustPlatform }:
let
blake3-src = fetchFromGitHub {

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, darwin, Security }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, Security }:
rustPlatform.buildRustPackage rec {
pname = "manix";

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, rustPlatform, darwin }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, darwin }:
rustPlatform.buildRustPackage rec {
pname = "nixdoc";

View File

@ -63,7 +63,7 @@ in
touch $out
'';
};
}).overrideAttrs (o: {
}).overrideAttrs {
inherit version;
pname = "nixos-install-tools";
})
}

View File

@ -1,7 +1,5 @@
{ lib
, rustPlatform
, fetchFromGitHub
, nix-gitignore
, makeWrapper
, stdenv
, darwin