nvf#standalone template does not run with nix run .
#1718
Unanswered
SkeletonJelly47
asked this question in
Q&A
Replies: 0 comments
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.
Trying to use the provided nvf#standalone template, as described by nvf/flake/templates/default.nix.
My steps:
nix flake init -t github:NotAShelf/nvf#standalonenix run .Output:
And trying to run:
Using
nix run .#neovimConfiguredworks as expected. I worked around this in my personal config usingdefault = neovimConfigured.neovim, instead of the standalone templates example:I'm not sure if this is expected behaviour, as the welcome text does mention to edit the configuration first. I'm a nix newbie, and what I'm assuming here that the defined
defaultandneovimConfiguredare essentially the same, but just under different names? Or am I misunderstanding their purpose in the standalone template?All reactions