Skip to content
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

expose modules list #18

Merged
merged 1 commit into from
Dec 31, 2022
Merged

expose modules list #18

merged 1 commit into from
Dec 31, 2022

Conversation

zimbatm
Copy link
Member

@zimbatm zimbatm commented Dec 30, 2022

Make the modules list available outside of flakes and prefix them.

@zimbatm zimbatm requested a review from Mic92 December 30, 2022 09:46
@zimbatm
Copy link
Member Author

zimbatm commented Dec 30, 2022

/cc @zowoq

@zimbatm
Copy link
Member Author

zimbatm commented Dec 30, 2022

I think we'll need some sort of structure like that. What do you think?

default.nix Outdated
Comment on lines 3 to 5
profiles-common = import ./profiles/common.nix;
profiles-server = import ./profiles/server.nix;
profiles-desktop = import ./profiles/desktop.nix;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these are actually our main modules while the below behave more like mixins that you can add on top.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something that indicates that you should add one of these and than some of the below would be nice.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the other hand already the categories profiles and roles on its own are confusing enough..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I moved things around a bit.

@zimbatm zimbatm force-pushed the expose-module-list branch 3 times, most recently from b4623c0 to f7b0748 Compare December 31, 2022 15:20
Make the modules list available outside of flakes and prefix them.
@zimbatm zimbatm merged commit 89c1beb into master Dec 31, 2022
@zimbatm zimbatm deleted the expose-module-list branch December 31, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants