From d70e0242e9daf4ebb51c8020501dc23407e6236b Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 12 Jul 2023 12:12:15 -0400 Subject: pkgs/tools/text: remove dead code with the help of deadnix & nil --- pkgs/tools/text/morsel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/text/morsel') diff --git a/pkgs/tools/text/morsel/default.nix b/pkgs/tools/text/morsel/default.nix index 3968eb2cc4a2..dc0fa9ef9b29 100644 --- a/pkgs/tools/text/morsel/default.nix +++ b/pkgs/tools/text/morsel/default.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, fetchFromGitHub, rustPlatform }: +{ lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "morsel"; -- cgit 1.4.1