From c5089cad7883d0157ca5339ed6e43fb18ad2c838 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 2 Mar 2026 13:42:49 +0900 Subject: cmd: remove hpkg This proof-of-concept was abandoned long ago. Its test suite is flaky, heavy on I/O and does not increase test coverage. This change fully removes hpkg and supporting code. Signed-off-by: Ophestra --- package.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'package.nix') diff --git a/package.nix b/package.nix index 77778705..03ce9408 100644 --- a/package.nix +++ b/package.nix @@ -16,11 +16,6 @@ # for sharefs fuse3, - # for hpkg - zstd, - gnutar, - coreutils, - # for passthru.buildInputs go, clang, @@ -128,18 +123,6 @@ buildGoModule rec { makeBinaryWrapper "$out/libexec/hakurei" "$out/bin/hakurei" \ --inherit-argv0 --prefix PATH : ${lib.makeBinPath appPackages} - - makeBinaryWrapper "$out/libexec/hpkg" "$out/bin/hpkg" \ - --inherit-argv0 --prefix PATH : ${ - lib.makeBinPath ( - appPackages - ++ [ - zstd - gnutar - coreutils - ] - ) - } ''; passthru.targetPkgs = [ -- cgit v1.3.1