-
-
Notifications
You must be signed in to change notification settings - Fork 8
Full rewrite with separate architechture and modular modules #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
8266c16 to
2fdb8b9
Compare
|
Thank you, I'll look into it after vacations. |
|
|
d3913db to
1824b02
Compare
Fixed! Everything works including overrideAttrs for any layer of args. |
01f26cd to
85a8f9c
Compare
|
@Zh40Le1ZOOB is this ready to be reviewed, or do you need to add anything else? |
Ready, just some style fixup. No any other changes needed anymore. |
|
I'm working on a much better rewrite of this now. Implementation part has completed, currently writing docs. |
e254b81 to
5b18968
Compare
|
It's really ready this time, sry. |
22dcfc4 to
14a9e57
Compare
|
@viperML Is there anyone going to review this? I'v been use it for a long time on my machine, it works very well. |
I completely rewrote the wrapper-manager, this implemented separated build helper I came up in #16 (comment). Module system now has supported modular modules which is inspired by modular service, that means wrapper-manager has the same ability as home-manager on specific program configurations now. Users are able to write their own build helper and module with full
overrideAttrssupport. All build helpers are provided directly viaoverlays.default.Breaking changes:
envhas been renamed toenvVarsfor compatibilityflagsandwrapFlagshas been removed