pkgs/tools/nix: remove dead code
This commit is contained in:
parent
7ce0abe77d
commit
5d4857463a
@ -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 {
|
||||||
|
@ -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";
|
||||||
|
@ -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";
|
||||||
|
@ -63,7 +63,7 @@ in
|
|||||||
touch $out
|
touch $out
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}).overrideAttrs (o: {
|
}).overrideAttrs {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "nixos-install-tools";
|
pname = "nixos-install-tools";
|
||||||
})
|
}
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitHub
|
|
||||||
, nix-gitignore
|
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, stdenv
|
, stdenv
|
||||||
, darwin
|
, darwin
|
||||||
|
Loading…
Reference in New Issue
Block a user