We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac6003 commit 6887d74Copy full SHA for 6887d74
1 file changed
.github/workflows/release.yml
@@ -54,6 +54,9 @@ jobs:
54
- name: Build Neovim
55
run: nix build .#nvim
56
57
+ - name: Materialize drv metadata
58
+ run: nix derivation show .#nvim > /tmp/nvim.drv.json
59
+
60
- name: Bundle Neovim
61
run: |
62
rm -rf bundle
0 commit comments