From a69273ab2a7040ba906876e6d7888b4edeb74ebc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 5 Apr 2026 20:57:01 +0900 Subject: cmd/dist: replace dist/release.sh This is much more robust than a shell script. Signed-off-by: Ophestra --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 48cf3421..3cca5975 100644 --- a/flake.nix +++ b/flake.nix @@ -141,7 +141,7 @@ PATH="${pkgs.pkgsStatic.musl.bin}/bin:$PATH" \ DESTDIR="$out" \ HAKUREI_VERSION="v${hakurei.version}" \ - ./dist/release.sh + ./all.sh ''; } ); -- cgit v1.3.1