mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
update-scripts/update: fix call to version-info
The binary is at `result/bin/version-info`, not `result` itself.
(cherry picked from commit 743e777484
)
This commit is contained in:
parent
8917e2e8ec
commit
178c47f990
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ writeShellApplication {
|
||||||
|
|
||||||
versionInfo() {
|
versionInfo() {
|
||||||
nix-build ./update-scripts -A version-info
|
nix-build ./update-scripts -A version-info
|
||||||
./result
|
./result/bin/version-info
|
||||||
if [ -n "$commit" ]; then
|
if [ -n "$commit" ]; then
|
||||||
git add version-info.toml
|
git add version-info.toml
|
||||||
git commit "$@"
|
git commit "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue