Skip to content

Commit f02d566

Browse files
committed
ci/update: build version-info with no-out-link
Avoid polluting the `result` symlink when building `version-info`.
1 parent 8147790 commit f02d566

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/update.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ writeShellApplication {
6969
)
7070
fi
7171
72-
nix-build ./ci -A version-info
73-
./result/bin/version-info
72+
"$(nix-build ./ci -A version-info --no-out-link)"/bin/version-info
7473
7574
if [ -n "$commit" ]; then
7675
git add version-info.toml

0 commit comments

Comments
 (0)