Replies: 2 comments 4 replies
-
Has your If not it could be out of date enough to cause issues 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am currently having the same issue: My home-manager config:
My flake.nix:
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Hey all
I tried following the standalone usage docs so I can have a system build pinned to 23.11 but use the latest tip of nixvim, and I'm running into some strange behavior.
This is the module I setup based the standalone usage docs.
It gives me the classic
error: attribute 'base16-nvim' missing
error that you see when trying to mix nixos 23.11 with nixvim unstable.If I move the same code to the top level flake as a package like so, it works fine
With the caveat that I get a
lightline.vim: Could not load colorscheme gruvbox
error. But at least it runs.So I'm trying to understand if and where I went wrong.
Beta Was this translation helpful? Give feedback.
All reactions