From 766dd89ffa198a315b043230f904636461c41efe Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 21 Oct 2025 01:49:36 +0900 Subject: internal: clean up build strings These names are less ambiguous and should be understandable without reading the source code. Signed-off-by: Ophestra --- cmd/hsu/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/hsu/package.nix') diff --git a/cmd/hsu/package.nix b/cmd/hsu/package.nix index 5fce566b..6075cdb1 100644 --- a/cmd/hsu/package.nix +++ b/cmd/hsu/package.nix @@ -19,5 +19,5 @@ buildGoModule { ldflags = lib.attrsets.foldlAttrs ( ldflags: name: value: ldflags ++ [ "-X main.${name}=${value}" ] - ) [ "-s -w" ] { hmain = "${hakurei}/libexec/hakurei"; }; + ) [ "-s -w" ] { hakureiPath = "${hakurei}/libexec/hakurei"; }; } -- cgit v1.3.1