Open sachinchaudhary1808 opened 4 months ago
Don't think this is a home-manager issue since the versions would no longer be in sync if you're using home-manager 24.05 with neovim in unstable.
I'm using the same nixpkgs commit and everything works fine in nixos-unstable.
Don't think this is a home-manager issue since the versions would no longer be in sync if you're using home-manager 24.05 with neovim in unstable.
I'm using the same nixpkgs commit and everything works fine in nixos-unstable.
Can explain why neovim-unwrapped pkg from unstable work's?
Seems like an issue with your config since it doesn't include the wrapper.nix fix from 1 month ago.
Seems like an issue with your config since it doesn't include the wrapper.nix fix from 1 month ago.
Any solution ?
so i updated my system, and still it doesn't work,
here are the my dotfiles
@sachinchaudhary1808 were you able to fix it?
this knob expects the unwrapped ("raw") version of neovim. What if you try
neovim = {
package = pkgs.unstable.neovim-unwrapped;
enable = true;
?
this knob expects the unwrapped ("raw") version of neovim. What if you try
neovim = { package = pkgs.unstable.neovim-unwrapped; enable = true;
?
As i said earlier, unwrapped one works
As i said earlier, unwrapped one works
so all is good ? what do you expect ? home-manager wraps neovim, and pkgs.neovim
is already wrapped. Maybe we could detect the wrappped version and throw a warning. Is that what you are thinking of ?
As i said earlier, unwrapped one works
so all is good ? what do you expect ? home-manager wraps neovim, and
pkgs.neovim
is already wrapped. Maybe we could detect the wrappped version and throw a warning. Is that what you are thinking of ?
I expect it to take neovim as pkg from unstable and don't give me above errors
the doc could be clearer but the default mentions:
The package to use for the neovim binary.
Type: package
Default: pkgs.neovim-unwrapped
Let's add something to https://github.com/nix-community/home-manager/wiki/Neovim
@teto hey i think the confusion arrived from me not knowing that i can't use already wrapped neovim as a pkg for configuring neovim with home-manager can u make something clear about this in home-manager search website ?
Are you following the right branch?
Is there an existing issue for this?
Issue description
so i wanted latest neovim from unstable branch so i used programs.neovim.package = pkgs.unstable.neovim options.
here i defined an overlay for unstable branch to get pkgs using pkgs.unstable,
when i do
and rebuild i get an error
but when i use neovim-unwrapped as pkg from unstable i don't get that error also this is my git commit for nixos-unstable pkgs branch
Maintainer CC
No response
System information