about summary refs log tree commit diff
path: root/pkgs/tools/misc/haste-client
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-12 11:22:45 -0400
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-13 17:37:07 +0300
commitf1ec43484888381b64ae3d0874621103d1d37bb5 (patch)
tree819bd184a9b79837f8aca38eefa7c701e40dc563 /pkgs/tools/misc/haste-client
parent4afa90a84f0fbd9b415c58fcef316b0fcb9d17db (diff)
pkgs/tools/misc: remove dead code
with the help of deadnix & nil
Diffstat (limited to 'pkgs/tools/misc/haste-client')
-rw-r--r--pkgs/tools/misc/haste-client/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/misc/haste-client/default.nix b/pkgs/tools/misc/haste-client/default.nix
index 0005e94fe05c4..905d4bedf5460 100644
--- a/pkgs/tools/misc/haste-client/default.nix
+++ b/pkgs/tools/misc/haste-client/default.nix
@@ -1,10 +1,8 @@
 { lib
 , bundlerApp
-, buildRubyGem
-, ruby
 }:
 
-bundlerApp rec {
+bundlerApp {
   pname = "haste";
   gemdir = ./.;
   exes = [ "haste" ];