flake.den = den; won't build unless hjem, nix-maid, nixos-wsl etc are declared in flake inputs #509
Replies: 1 comment
-
|
Thanks for the note! If I understand correctly what you're trying to say, then yeah, Den will not automatically add any inputs to your flake for you. I don't believe that's a design goal for us. I think some of the docs mention that in some places, but if you were reading about how to install Den somewhere in the docs and it didn't mention that, let us know so we can put a helpful note. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Repro:
0. Use flakes for Nixos config, have one of these disabled in (absent from) flake inputs:
nix-maid || nixos-wsl || hjem || probably home-manager or other 'classes'flake.den = den;for debugging (as per docs )nix run .#write-flakeornix flake checketcadding flake inputs for corresponding attribute - resolves the issue.
Probably not the most important of issues, but just something I noticed. Used to work in #475 a day or so before the merge.
I also might be totally missing something, I've been messing with my config a loooot. So feel free to tell me that I'm lost:)
Beta Was this translation helpful? Give feedback.
All reactions