summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/bluetuith
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-25 09:59:31 -0400
committerfigsoda <figsoda@pm.me>2023-07-25 10:28:26 -0400
commitd454e416fd9ac69f575198b4865838749db98546 (patch)
tree79c4b50b225d12a7875b4308a5e4d53188b9c1da /pkgs/tools/bluetooth/bluetuith
parent3ef3b08083b865d67c3c9692add60e98134b12d0 (diff)
downloadnixpkgs-d454e416fd9ac69f575198b4865838749db98546.tar
nixpkgs-d454e416fd9ac69f575198b4865838749db98546.tar.gz
nixpkgs-d454e416fd9ac69f575198b4865838749db98546.tar.bz2
nixpkgs-d454e416fd9ac69f575198b4865838749db98546.tar.lz
nixpkgs-d454e416fd9ac69f575198b4865838749db98546.tar.xz
nixpkgs-d454e416fd9ac69f575198b4865838749db98546.tar.zst
nixpkgs-d454e416fd9ac69f575198b4865838749db98546.zip
pkgs/tools/bluetooth: remove dead code
Diffstat (limited to 'pkgs/tools/bluetooth/bluetuith')
-rw-r--r--pkgs/tools/bluetooth/bluetuith/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/bluetooth/bluetuith/default.nix b/pkgs/tools/bluetooth/bluetuith/default.nix
index 7a86be1fa1d..7904e8d5b5d 100644
--- a/pkgs/tools/bluetooth/bluetuith/default.nix
+++ b/pkgs/tools/bluetooth/bluetuith/default.nix
@@ -1,4 +1,4 @@
-{ buildGoModule, fetchFromGitHub, lib, stdenv }:
+{ lib, buildGoModule, fetchFromGitHub }:
 
 buildGoModule rec {
   pname = "bluetuith";