Different Binary Name? #1683
Unanswered
niksingh710
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Currently the standalone build doesn't modify the binary name. The standalone derivation is here, and it joins together the (wrapped) neovim I believe you could modify the nvim |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In My flake I have two outputs, one
default
and other isnvim-lite
where I have a different set of plugins.Building any of them results in a binary name
nvim
that makes it impossible to have both at the same time.How can I change the binary name of the specific output? Like for
nvim-lite
it to benvim-lite
?Beta Was this translation helpful? Give feedback.
All reactions