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

Sync flake with nixpkg #2218

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

alerque
Copy link
Member

@alerque alerque commented Jan 17, 2025

Does 91ca987 look right @doronbehar?

c.f. NixOS/nixpkgs#373209

@alerque alerque added this to the v0.15.10 milestone Jan 17, 2025
@alerque alerque added todo tooling Build tooling, release management, and packaging processes labels Jan 17, 2025
@alerque alerque self-assigned this Jan 17, 2025
Comment on lines +82 to +93
buildInputs = [
finalAttrs.finalPackage.passthru.luaEnv
cargo-edit
harfbuzz
icu
fontconfig
libiconv
libxslt
stylua
taplo
typos
];
Copy link
Contributor

Choose a reason for hiding this comment

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

This is one of my painful points in the new nix formatting, but I guess I'll have to live with it :).

Copy link
Member Author

Choose a reason for hiding this comment

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

My beef is it did not apply the same style to all elements, e.g. luaPackages and configureFlags did not get formatted the same way buildInputs and others did. 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo tooling Build tooling, release management, and packaging processes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants