prune binName
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
perSystem = { system, pkgs, self', ... }: {
|
||||
packages.shell-tools = inputs.wrappers.lib.wrapPackage {
|
||||
inherit pkgs;
|
||||
binName = "wrapped-hello";
|
||||
package = (pkgs.symlinkJoin {
|
||||
name = "shell-tools";
|
||||
paths = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user