From 2a9aa3b4007a73a6c9d4608cb9a8822247881fd6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 21 May 2026 23:34:50 +0900 Subject: cmd/dist: include version in release This makes HAKUREI_VERSION optional during build. Signed-off-by: Ophestra --- flake.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'flake.nix') 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 ''; } -- cgit v1.3.1