Skip to content

Commit 6887d74

Browse files
committed
Instantiate drv before bundling
1 parent 9ac6003 commit 6887d74

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
@@ -54,6 +54,9 @@ jobs:
5454
- name: Build Neovim
5555
run: nix build .#nvim
5656

57+
- name: Materialize drv metadata
58+
run: nix derivation show .#nvim > /tmp/nvim.drv.json
59+
5760
- name: Bundle Neovim
5861
run: |
5962
rm -rf bundle

0 commit comments

Comments
 (0)