From f02d566f4c16b3317be265e3da6f60cafdd1537f Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 30 Nov 2025 17:41:09 +0000 Subject: [PATCH] ci/update: build version-info with no-out-link Avoid polluting the `result` symlink when building `version-info`. --- ci/update.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/update.nix b/ci/update.nix index e1f56aa4..e4df72be 100644 --- a/ci/update.nix +++ b/ci/update.nix @@ -69,8 +69,7 @@ writeShellApplication { ) fi - nix-build ./ci -A version-info - ./result/bin/version-info + "$(nix-build ./ci -A version-info --no-out-link)"/bin/version-info if [ -n "$commit" ]; then git add version-info.toml