about summary refs log tree commit diff
path: root/pkgs/tools/text/morsel
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-12 12:12:15 -0400
committerfigsoda <figsoda@pm.me>2023-07-12 12:12:15 -0400
commitd70e0242e9daf4ebb51c8020501dc23407e6236b (patch)
treed0b8663d585e61247312d541adc21233695aa319 /pkgs/tools/text/morsel
parent9a1074ae6b2e76f8c1ae69a5c467f4097de85516 (diff)
downloadnixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.tar
nixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.tar.gz
nixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.tar.bz2
nixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.tar.lz
nixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.tar.xz
nixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.tar.zst
nixlib-d70e0242e9daf4ebb51c8020501dc23407e6236b.zip
pkgs/tools/text: remove dead code
with the help of deadnix & nil
Diffstat (limited to 'pkgs/tools/text/morsel')
-rw-r--r--pkgs/tools/text/morsel/default.nix2
1 files changed, 1 insertions, 1 deletions
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";