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 writers #548

Closed
wants to merge 2 commits into from
Closed

Expose writers #548

wants to merge 2 commits into from

Conversation

phaer
Copy link
Member

@phaer phaer commented Jul 3, 2023

You'd need them for most of our examples yet, but they aren't available to external flake except for importing them via the path directly.

Builds on #547 atm, but i am happy to change that if needed.

@phaer phaer requested a review from DavHau July 3, 2023 10:22
Comment on lines 1 to 7
{
perSystem = {
self,
config,
lib,
pkgs,
...
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
{
perSystem = {
self,
config,
lib,
pkgs,
...
{
self,
...
}: {
perSystem = {
config,
lib,
pkgs,
...

Copy link
Member

Choose a reason for hiding this comment

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

This should fix the breakage in tests-pure.

@phaer
Copy link
Member Author

phaer commented Jul 31, 2023

closed in favor of #605

@phaer phaer closed this Jul 31, 2023
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