From aa454b158f3713b2ee47162837dcea1efdce0ee6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 20:44:49 +0900 Subject: cmd/planterette: remove hsu special case Remove special case and invoke hakurei out of process. Signed-off-by: Ophestra --- package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.nix') diff --git a/package.nix b/package.nix index 64ab6cd9..c22ad22a 100644 --- a/package.nix +++ b/package.nix @@ -13,7 +13,7 @@ wayland-scanner, xorg, - # for fpkg + # for planterette zstd, gnutar, coreutils, @@ -76,6 +76,7 @@ buildGoModule rec { ) { version = "v${version}"; + hakurei = "${placeholder "out"}/libexec/hakurei"; hsu = "/run/wrappers/bin/hsu"; }; @@ -116,7 +117,7 @@ buildGoModule rec { makeBinaryWrapper "$out/libexec/hakurei" "$out/bin/hakurei" \ --inherit-argv0 --prefix PATH : ${lib.makeBinPath appPackages} - makeBinaryWrapper "$out/libexec/fpkg" "$out/bin/fpkg" \ + makeBinaryWrapper "$out/libexec/planterette" "$out/bin/planterette" \ --inherit-argv0 --prefix PATH : ${ lib.makeBinPath ( appPackages -- cgit v1.3.1