-
Notifications
You must be signed in to change notification settings - Fork 487
[RFC] Smarter package management #1293
Copy link
Copy link
Open
Labels
complexity:highHigh-risk, potential for delicate/cascading effectsHigh-risk, potential for delicate/cascading effectsenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpackagingLazy.nvim or mason.nvim related issuesLazy.nvim or mason.nvim related issues
Metadata
Metadata
Assignees
Labels
complexity:highHigh-risk, potential for delicate/cascading effectsHigh-risk, potential for delicate/cascading effectsenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpackagingLazy.nvim or mason.nvim related issuesLazy.nvim or mason.nvim related issues
Feature description
As briefly discussed in #1252, there are several cases where Mason is simply dead and can't be used at all. My specific situation is that most of the pre-built binaries can't run on FreeBSD
(of course), and Linux-emulation mode doesn't really help either. I need to constantly symlink the "correct" executables to Mason'sbindirectory to make things work, but that's laborious, and I really don't wanna do that anymore. imo we need a way to either bypass Mason completely or make it optional for OSs like NixOS and the BSDs.Additional information
No response