aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/hsu/package.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-21 01:49:36 +0900
committerOphestra <cat@gensokyo.uk>2025-10-21 01:49:36 +0900
commit766dd89ffa198a315b043230f904636461c41efe (patch)
tree163290a35109da0cae36c6453fc4b56529cf4d54 /cmd/hsu/package.nix
parent699c19e972a3cbcc714403aedffcb5ff74386cfc (diff)
internal: clean up build strings
These names are less ambiguous and should be understandable without reading the source code. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/hsu/package.nix')
-rw-r--r--cmd/hsu/package.nix2
1 files changed, 1 insertions, 1 deletions
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"; };
}