Skip to content

Commit a0617fc

Browse files
committed
Prefetch drv closure before bundling
1 parent 8fb0d6b commit a0617fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Materialize drv metadata
6161
run: nix derivation show .#nvim > /tmp/nvim.drv.json
6262

63+
- name: Prefetch drv closure
64+
run: nix copy --derivation $(nix path-info -r .#nvim)
65+
6366
- name: Bundle Neovim
6467
run: |
6568
rm -rf bundle

0 commit comments

Comments
 (0)