We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c417cca commit a46dfdbCopy full SHA for a46dfdb
1 file changed
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
run: nix derivation show .#nvim > /tmp/nvim.drv.json
62
63
- name: Ensure base neovim drv exists
64
- run: nix build nixpkgs#neovim
+ run: nix eval --raw nixpkgs#neovim.drvPath >/tmp/nixpkgs-neovim.drvpath
65
66
- name: Bundle Neovim
67
run: |
0 commit comments