subnut/nvim-ghost.nvim

Install script breaks on nix-based installations

Open

#66 aperta il 6 ago 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (11 fork)auto 404
bughelp wanted

Metriche repository

Star
 (194 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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]

Guida contributor