Skip to content

Commit a46dfdb

Browse files
committed
Eval neovim drvPath instead of building
1 parent c417cca commit a46dfdb

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
@@ -61,7 +61,7 @@ jobs:
6161
run: nix derivation show .#nvim > /tmp/nvim.drv.json
6262

6363
- name: Ensure base neovim drv exists
64-
run: nix build nixpkgs#neovim
64+
run: nix eval --raw nixpkgs#neovim.drvPath >/tmp/nixpkgs-neovim.drvpath
6565

6666
- name: Bundle Neovim
6767
run: |

0 commit comments

Comments
 (0)