-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
No binary for v0.6.0 release? #139
Comments
I'm not sure how the previous static binary was created, there's no Nix setup for that. @yorickvP you did the previous release, how did you generate that? https://github.com/serokell/nixfmt/releases/tag/v0.5.0 |
I'm guessing build the flake outputs locally and push them to cachix manually.
|
@Lucus16 The release artifacts include a static binary, but no Flake output produce that (not even nixfmt-static) |
I don't remember, but presumably I built pkgsStatic.nixfmt-static |
Nice that worked, I tried that out before but was worried it was gonna rebuild too much, turns out it's not too much. @edslocomb Release now contains a static binary: https://github.com/serokell/nixfmt/releases/tag/v0.6.0 :) |
awesome, thanks! |
There was initially no binary available when nixfmt was updated, but the devs there were kind enough to provide one: NixOS/nixfmt#139
This also fixes a few test installers: - rustfmt is available via apt-get in 22.04, use that instead of tarball that's no longer available - brittany now installs cleanly in the default haskell ghc/cabal in 22.04, so just use that - perltidy in 22.04 has slightly different output - nixfmt download url changed (now includes OS/arch). There was initially no binary available when nixfmt was updated, but the devs there were kind enough to provide one: NixOS/nixfmt#139 This runs a full `make fmt-build` without errors, though it takes a while ;). All tests pass, too.
Hi, I've been working on an emacs package, Apheleia, that supports nixfmt.
For testing, it's awfully convenient to just download a binary without having to install Nix on the CI server. v0.5.0 had a binary, v0.6.0 does not-- is there any chance that could be added?
The text was updated successfully, but these errors were encountered: