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

xcompose: add module #918

Closed
wants to merge 1 commit into from
Closed

xcompose: add module #918

wants to merge 1 commit into from

Conversation

dawidsowa
Copy link
Contributor

This module allows generating .XCompose file

with lib;

let
xComposeType = with types; either (attrsOf xComposeType) str;
Copy link
Member

Choose a reason for hiding this comment

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

You can't have recursive types. Perhaps once lazyAttrsOf is available?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I'll wait then

Copy link
Contributor

Choose a reason for hiding this comment

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

lazyAttrsOf has been merged in NixOS/nixpkgs#70138.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the info

@dawidsowa dawidsowa closed this Nov 24, 2019
@dawidsowa dawidsowa mentioned this pull request Mar 3, 2020
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.

3 participants