We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2a882 commit c239f9bCopy full SHA for c239f9b
1 file changed
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
run: nix build .#nvim
59
60
- name: Materialize drv metadata
61
- run: nix derivation show .#nvim > /tmp/nvim.drv.json
+ run: nix derivation show . > /tmp/default-package.drv.json
62
63
- name: Bundle Neovim
64
run: |
0 commit comments