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

nix-interop: fix option completion of types.attrsOf (types.submodule {}) #102

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

Ma27
Copy link
Contributor

@Ma27 Ma27 commented Aug 29, 2023

a.k.a. fix a small typo.

Because the type-name attrsOf was never matched, e.g. systemd.services always had type any.

cc @oxalica

Copy link
Owner

@oxalica oxalica left a comment

Choose a reason for hiding this comment

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

Nice catch!

dev/flake.nix Outdated Show resolved Hide resolved
… {})`

a.k.a. fix a small typo.

Because the type-name `attrsOf` was never matched, e.g.
`systemd.services` always had type `any`.
@oxalica oxalica merged commit 4bdcfcf into oxalica:main Sep 3, 2023
10 checks passed
@Ma27 Ma27 deleted the fix-submodules branch September 3, 2023 07:23
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.

None yet

2 participants