Closed diego-rapoport closed 7 months ago
Hey :wave:
What's the exact command you're using?
nix run "github:nix-community/kickstart-nix.nvim
or
# from a local checkout
nix run
Looks like it could be related to https://github.com/NixOS/nixpkgs/issues/302046
I was using the first one!
Will check the issue you linked in here.
Something you could try to work around it:
flake.nix
, change the nixpkgs
input to use nixos-23.11
instead of nixos-unstable
.Looks like it could be related to NixOS/nixpkgs#302046
Only if you're running on an oldish lqx kernel. Otherwise it's probably https://github.com/NixOS/nixpkgs/issues/300635. Will try to come up with a fix for that soon.
Looks like it could be related to NixOS/nixpkgs#302046
Only if you're running on an oldish lqx kernel. Otherwise it's probably NixOS/nixpkgs#300635. Will try to come up with a fix for that soon.
Thanks for the insight :smile:
Something you could try to work around it:
- Clone the repo.
- In
flake.nix
, change thenixpkgs
input to usenixos-23.11
instead ofnixos-unstable
.- Try to run it locally.
That seemed to work fine!
Thanks for the update. I'll close this issue then, since there's not much I can do on this side.
Ok so now it overwrites my neovim system wide. How can I unset this or at least keep mine as default?
I can see that when I run which nvim
it points to ~/.nix-profile/bin/nvim
which I don't intend to.
Ok so now it overwrites my neovim system wide. How can I unset this or at least keep mine as default? I can see that when I run
which nvim
it points to~/.nix-profile/bin/nvim
which I don't intend to.
I've created an issue for a solution for that 😃
I'm using Arch Linux and I got this issue while running the nix run command to test:
The full log doesn't provide different information