subnut/nvim-ghost.nvim

Install script breaks on nix-based installations

Open

#66 opened on Aug 6, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (11 forks)auto 404
bughelp wanted

Repository metrics

Stars
 (194 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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]

Contributor guide