subnut/nvim-ghost.nvim

Install script breaks on nix-based installations

Open

#66 创建于 2024年8月6日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (11 fork)auto 404
bughelp wanted

仓库指标

Star
 (194 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

in a nix environment, the install script will try to download the binary into the nix store, which is a readonly file system.

Downloading https://github.com/subnut/nvim-ghost.nvim/releases/download/v0.5.4/
im-ghost-linux.tar.gz
#=#=#                                                                          
##O#- #                                                                        
Warning: Failed to open the file nvim-ghost-linux.tar.gz: Read-only file system
curl: (23) client returned ERROR on write of 16375 bytes


[Process exited 23]

贡献者指南