Replies: 1 comment 1 reply
-
So the way nvfetcher works now, you shouldn't need to add package sources as flake inputs at all, but instead they are managed as a separate concern entirely and listed in |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I extracted a single package that was previously in
pkgs
like:Then used in a profile
users/profiles/talon/default.nix
like:I added my flake source to
flake.nix
inputs like this:Then I tried updating
users/profiles/talon/default.nix
guessing it would know whattalon
was now:but I seem to have a misunderstanding given the error:
So then I guess is that my
talon
flake would have a package and perhaps I should update:but get:
At this point I'm sure I really don't understand how this process is supposed to work and post this question 😅
Beta Was this translation helpful? Give feedback.
All reactions