bundlerUpdateScript: gemset.nix
should be formatted via nixfmt
#368941
Labels
0.kind: bug
Something is broken
gemset.nix
should be formatted via nixfmt
#368941
Describe the bug
gemset.nix
as created bybundlerUpdateScript
is not formatted by nixfmt, which seems a bit inconvenient.Steps To Reproduce
Run the update script for any package using
bundlerUpdateScript
, e.g.nix-shell maintainers/scripts/update.nix --argstr package cbor-diag
and observe that the resulting
gemset.nix
is not formatted.Expected behavior
It should be formatted.
I see at least the following two ways to do this:
Just do this in the update script here, i.e. like this:
Diff
Happy to open a PR for this.
Add this functionality to bundix.
Notify maintainers
@manveru @zimbatm as bundix maintainers
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: