aboutsummaryrefslogtreecommitdiffhomepage
path: root/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 /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 'package.nix')
-rw-r--r--package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.nix b/package.nix
index b6b06dff..c27732c0 100644
--- a/package.nix
+++ b/package.nix
@@ -75,9 +75,9 @@ buildGoModule rec {
]
)
{
- version = "v${version}";
- hmain = "${placeholder "out"}/libexec/hakurei";
- hsu = "/run/wrappers/bin/hsu";
+ buildVersion = "v${version}";
+ hakureiPath = "${placeholder "out"}/libexec/hakurei";
+ hsuPath = "/run/wrappers/bin/hsu";
};
# nix build environment does not allow acls