Skip to content

Commit c239f9b

Browse files
committed
Align drv materialization with bundle target
1 parent cb2a882 commit c239f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: nix build .#nvim
5959

6060
- name: Materialize drv metadata
61-
run: nix derivation show .#nvim > /tmp/nvim.drv.json
61+
run: nix derivation show . > /tmp/default-package.drv.json
6262

6363
- name: Bundle Neovim
6464
run: |

0 commit comments

Comments
 (0)