From fe24eb2dde55958b50f0f24af04cc7c22258a631 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:03:48 -0500 Subject: [PATCH] prune binName --- modules/features/shell-tools.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/features/shell-tools.nix b/modules/features/shell-tools.nix index 715fc04..4cdcd08 100644 --- a/modules/features/shell-tools.nix +++ b/modules/features/shell-tools.nix @@ -28,8 +28,7 @@ perSystem = { system, pkgs, self', ... }: { packages.shell-tools = inputs.wrappers.lib.wrapPackage { - inherit pkgs; - binName = "wrapped-hello"; + inherit pkgs; package = (pkgs.symlinkJoin { name = "shell-tools"; paths = with pkgs; [