[solved] error when using opts (stable vs unstable branch) #1421
Closed
oliver-cfc
started this conversation in
General
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Firstly, I'm new to nix/flakes/home-manager so assume I don't know what I'm talking about.
My setup is flakes/home-manager. I have nixvim in the inputs and outputs in flake.nix and I import inputs.nixvim.homeManagerModules.nixvim in my home.nix. Then I import nixvim.nix (a file I created)
All this is working until I put opts in nixvim.nix
The full nixvim.nix is:
but this gives me an error when I try to 'home-manager switch --flake....'
If I hash out the opts line, all it builds/switches as expected.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions