From a8a79a866469c281f5c15daa7b2bd1de91f1d99c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 31 Jul 2025 23:57:11 +0900 Subject: cmd/hpkg: rename from planterette Planterette is now developed in another repository, so rename this proof of concept to avoid confusion. Signed-off-by: Ophestra --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6cc94de8..b4f9e39d 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ buildPackage = forAllSystems ( system: nixpkgsFor.${system}.callPackage ( - import ./cmd/planterette/build.nix { + import ./cmd/hpkg/build.nix { inherit nixpkgsFor system @@ -69,7 +69,7 @@ withRace = true; }; - planterette = callPackage ./cmd/planterette/test { inherit system self; }; + hpkg = callPackage ./cmd/hpkg/test { inherit system self; }; formatting = runCommandLocal "check-formatting" { nativeBuildInputs = [ nixfmt-rfc-style ]; } '' cd ${./.} @@ -125,7 +125,7 @@ glibc xdg-dbus-proxy - # planterette + # hpkg zstd gnutar coreutils -- cgit v1.3.1