I’m trying to switch from “regular” neovim
to nixvim
using their home-manager module
But when I run sudo nixos-rebuild switch --flake .
I get the following error message
error: Alias eslint is still in node-packages.nix
When I run the nixos-rebuild switch
with --show-trace
option, it points to an error in
Not sure what to do with that information or if I’m doing something wrong here
Here’s the full stack trace if that’s helpful.
Any help would be greatly appreciated. Please do let me know if you need more information from my end as I’m not sure what to share.