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 let
blake3-src = fetchFromGitHub { blake3-src = fetchFromGitHub {

View File

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

View File

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

View File

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

View File

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