What strategy would you recommend for consuming remote parts/modules? #54
Unanswered
shanesveller
asked this question in
Q&A
Replies: 1 comment
-
You can have Example:
If you look in the imports = [
inputs.haskell-flake.flakeModule
inputs.treefmt-flake.flakeModule
inputs.check-flake.flakeModule
]; All 3 of these modules come from an external flake. |
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
-
I find myself repeating certain flake-parts modules across similar projects (i.e. I have a body of Rust-specific modules) and would love to get some remote re-use of such shared content. Do you have any ideas/plans to make this possible, or do you have any recommendations for syntax that would work well with the current design when the desired content is part of a separate flake input?
Beta Was this translation helpful? Give feedback.
All reactions