Skip to content

Need help with using stand alone flake in systemPackages #2277

Closed Answered by MattSturgeon
refaelsh asked this question in Q&A
Discussion options

You must be logged in to vote

Your nixvim input is pointing to our flake, however it sounds like you have your own flake you wish to use.

Your error is telling you that inputs.nixvim.packages.${system}.default does not exist, which is correct, because github:nix-community/nixvim does not have a packages.*.default flake output.

You should be able to fix your issue by changing your nixvim input to point to your new standalone nixvim flake, instead of ours.

As a sidenote: it is not required to use separate flakes in order to have a standalone nixvim build. Personally I have both a nixosConfiguration and a standalone nixvim package as two outputs on my flake, I also pass self.packages.${system}.nvim to my environment.syst…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@refaelsh
Comment options

Answer selected by refaelsh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants