Skip to content

Upgrade package set, tidy up#705

Merged
f-f merged 1 commit into
masterfrom
trh/tidy
Dec 1, 2025
Merged

Upgrade package set, tidy up#705
f-f merged 1 commit into
masterfrom
trh/tidy

Conversation

@thomashoneyman

Copy link
Copy Markdown
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.

Comment thread flake.nix
];

# Users authorized to deploy to the registry.
deployers = import ./nix/deployers.nix;

Copy link
Copy Markdown
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

Comment thread flake.nix
mkAppOutput = drv: {
type = "app";
program = "${drv}/bin/${drv.name}";
meta.description = drv.meta.description or "PureScript Registry ${drv.name}";

Copy link
Copy Markdown
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

@f-f f-f left a comment

Copy link
Copy Markdown
Member

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.

2 participants