mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
update-scripts: move out of flake
See the explanation in the new update-scripts/README.md file.
This commit is contained in:
parent
96d0a2e390
commit
d3cb750e6a
10 changed files with 146 additions and 88 deletions
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
|
@ -64,11 +64,12 @@ jobs:
|
|||
echo "EOF" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: Update autogenerated files
|
||||
- name: Update generated files
|
||||
id: generate
|
||||
run: |
|
||||
old=$(git show --no-patch --format=%h)
|
||||
nix run .#generate-files -- --commit
|
||||
nix-build ./update-scripts -A generate
|
||||
./result/bin/generate --commit
|
||||
new=$(git show --no-patch --format=%h)
|
||||
if [ "$old" != "$new" ]; then
|
||||
body=$(git show --no-patch --format=%b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue