mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-02 07:01:04 +01:00
ci/update: build version-info with no-out-link
Avoid polluting the `result` symlink when building `version-info`.
This commit is contained in:
parent
8147790da9
commit
f02d566f4c
1 changed files with 1 additions and 2 deletions
|
|
@ -69,8 +69,7 @@ writeShellApplication {
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nix-build ./ci -A version-info
|
"$(nix-build ./ci -A version-info --no-out-link)"/bin/version-info
|
||||||
./result/bin/version-info
|
|
||||||
|
|
||||||
if [ -n "$commit" ]; then
|
if [ -n "$commit" ]; then
|
||||||
git add version-info.toml
|
git add version-info.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue