-
When I try to use flakeModules provided by another partition B in partition A, I don't know how to continue. For example, a flake like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
roberth
Oct 9, 2024
Replies: 1 comment
-
Haven't tried yet, but |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brsvh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haven't tried yet, but
imports = [ self.flakeModules.baz ];
should work.self
is an argument to theoutputs
function, and also a module argument, in case you're doing this in a separate file.