Skip to content

fix invalid syntax in flake.nix overlay - #111

Merged
AndyFilter merged 1 commit into
AndyFilter:masterfrom
povvke:master
Aug 3, 2026
Merged

fix invalid syntax in flake.nix overlay#111
AndyFilter merged 1 commit into
AndyFilter:masterfrom
povvke:master

Conversation

@povvke

@povvke povvke commented Aug 1, 2026

Copy link
Copy Markdown

The previous commit to this file introduced invalid syntax to the overlay part of the flake, most likely accidentally. I use the manual method and not the module, so for me the flake failed to evaluate. I just needed to remove the import keyword and it works as it did before.

@AndyFilter

Copy link
Copy Markdown
Owner

Hey, thanks for reporting this issue and resolving it as well.
I asked a clanker which version is correct, and it agreed with you, saying that the import keyword is unnecessary at best. I'm unable to test this code myself though, so - before merging it - I'll have to ask someone like @delet-this to verify that it works at their earliest convenience (thanks in advance).

@delet-this

Copy link
Copy Markdown

Ahh, I didn't think to test the overlay and because nix is lazy, I didn't catch the mistake. Sorry! With your fix it evaluates successfully for me. So LGTM!

@delet-this

delet-this commented Aug 3, 2026

Copy link
Copy Markdown

Side note: maybe I should eventually add some smoke tests to ci for all the flake outputs...

@delet-this delet-this left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@AndyFilter

AndyFilter commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Thanks for the quick look, @delet-this!
Alright, then. LGMT too! Thanks

@AndyFilter
AndyFilter merged commit 78dcd0d into AndyFilter:master Aug 3, 2026
1 check passed
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