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