aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-21 23:34:50 +0900
committerOphestra <cat@gensokyo.uk>2026-05-21 23:37:08 +0900
commit2a9aa3b4007a73a6c9d4608cb9a8822247881fd6 (patch)
treed3e448cdf5f285bbdb83acf036bbdba47a0a72cd /flake.nix
parent68a91523b9e58ee8a9f86723d616e82c0645b64a (diff)
cmd/dist: include version in release
This makes HAKUREI_VERSION optional during build. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4de35204..09520be2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -139,7 +139,6 @@
GOCACHE="$(mktemp -d)" \
PATH="${pkgs.pkgsStatic.musl.bin}/bin:$PATH" \
DESTDIR="$out" \
- HAKUREI_VERSION="v${hakurei.version}" \
./all.sh
'';
}