prune binName

This commit is contained in:
John Lancaster
2026-04-19 14:03:48 -05:00
parent e9d585f8d0
commit fe24eb2dde
-1
View File
@@ -29,7 +29,6 @@
perSystem = { system, pkgs, self', ... }: { perSystem = { system, pkgs, self', ... }: {
packages.shell-tools = inputs.wrappers.lib.wrapPackage { packages.shell-tools = inputs.wrappers.lib.wrapPackage {
inherit pkgs; inherit pkgs;
binName = "wrapped-hello";
package = (pkgs.symlinkJoin { package = (pkgs.symlinkJoin {
name = "shell-tools"; name = "shell-tools";
paths = with pkgs; [ paths = with pkgs; [