Skip to content

Conversation

@thomashoneyman
Copy link
Member

I just set up a new machine and noticed some minor warnings in the codebase so went ahead and fixed them up. This included upgrading the package set.

];

# Users authorized to deploy to the registry.
deployers = import ./nix/deployers.nix;
Copy link
Member Author

Choose a reason for hiding this comment

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

This was unused code — the deployers are already imported directly into the module.nix

mkAppOutput = drv: {
type = "app";
program = "${drv}/bin/${drv.name}";
meta.description = drv.meta.description or "PureScript Registry ${drv.name}";
Copy link
Member Author

Choose a reason for hiding this comment

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

New build warnings on missing meta fields in apps

@thomashoneyman thomashoneyman requested a review from f-f December 1, 2025 01:49
Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

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

Thanks!

@f-f f-f merged commit 00000a7 into master Dec 1, 2025
17 checks passed
@f-f f-f deleted the trh/tidy branch December 1, 2025 18:47
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