prune binName
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user