-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(flake-module): use
importApply
to instantiate module
This fixes a long-running issue with the module where `inputs` would refer to the consuming flake's inputs rather than thoenix's. By using `importApply` to create the module, we can pass in thoenix's `lib` output directly. This means that consuming flakes will no longer have to have their `thoenix` input named `thoenix` and can name it as they choose.
- Loading branch information
1 parent
5c37854
commit af12869
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters