Skip to content
Discussion options

You must be logged in to vote

I figured it out (thanks to looking at dependencies.nix).
The "direction" of the "provides" needs to be reversed for this case.

So, this won't work:
pro.test-user._.test-host = { fromUser, toHost }: { homeManager = ... }

But this will:
pro.test-host._.test-user = { fromHost, toUser }: { homeManager = ... }

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@vic
Comment options

vic Nov 7, 2025
Maintainer

@vic
Comment options

vic Nov 7, 2025
Maintainer

@Cybolic
Comment options

@vic
Comment options

vic Nov 8, 2025
Maintainer

@vic
Comment options

vic Nov 13, 2025
Maintainer

Answer selected by Cybolic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants