Replies: 1 comment
-
Hey 👋 Personally, I'm quite okay with the "labour-intensive" task you describe. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Context: Updates are complicated
When kickstart-nix.nvim is used as an input in a nixos configuration, then update of neovim in a nixos system becomes a complex task:
This flow is just too complex and labour-intensive for real life. Some strong people can stand it, i believe 💪
Proposal
configDir
tomkNeovim
functionmkNeovim
function as a flake output:outputs.lib.mkNeovim
Consequences
mkNeovim
mkNeovim
to make a packagemkNeovim
functionProgress
https://github.com/shofel/dotfiles/blob/b86ed2e5e4bb13fd6f80f6df724ddcab056c1765/neovim/neovim-overlay.nix#L140
I did actually extract the argument, but used it only with the same
./nvim
directory as farBeta Was this translation helpful? Give feedback.
All reactions