aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-02 13:42:49 +0900
committerOphestra <cat@gensokyo.uk>2026-03-02 13:42:49 +0900
commitc5089cad7883d0157ca5339ed6e43fb18ad2c838 (patch)
tree6170e08ba1541d62b7ceee22f3c0a48ec4b0a7de /package.nix
parentc83905f31194541892e99d5a57b7b974b6a601d2 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
-rw-r--r--package.nix17
1 files changed, 0 insertions, 17 deletions
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 = [