-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
base: master
Are you sure you want to change the base?
Sync flake with nixpkg #2218
Conversation
Syncs changes from be04a5d17ecc374056cafa82e19a0086190dc0bf.
buildInputs = [ | ||
finalAttrs.finalPackage.passthru.luaEnv | ||
cargo-edit | ||
harfbuzz | ||
icu | ||
fontconfig | ||
libiconv | ||
libxslt | ||
stylua | ||
taplo | ||
typos | ||
]; |
There was a problem hiding this comment.
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 :).
There was a problem hiding this comment.
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. 🤷
Does 91ca987 look right @doronbehar?
c.f. NixOS/nixpkgs#373209