nix: read version from cmd/dist
Test / ShareFS (push) Successful in 36s
Test / Sandbox (race detector) (push) Successful in 38s
Test / Hakurei (push) Successful in 45s
Test / Sandbox (push) Successful in 42s
Test / Hakurei (race detector) (push) Successful in 48s
Test / Create distribution (push) Successful in 57s
Test / Flake checks (push) Successful in 1m15s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-17 21:06:03 +09:00
parent 08112f0b90
commit 825bf24731
+1 -1
View File
@@ -34,7 +34,7 @@
buildGo126Module rec {
pname = "hakurei";
version = "0.4.3";
version = with lib.strings; removePrefix "v" (trim (builtins.readFile ./cmd/dist/VERSION));
srcFiltered = builtins.path {
name = "${pname}-src";