We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0d6b commit a0617fcCopy full SHA for a0617fc
1 file changed
.github/workflows/release.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Materialize drv metadata
61
run: nix derivation show .#nvim > /tmp/nvim.drv.json
62
63
+ - name: Prefetch drv closure
64
+ run: nix copy --derivation $(nix path-info -r .#nvim)
65
+
66
- name: Bundle Neovim
67
run: |
68
rm -rf bundle
0 commit comments