Skip to content

statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-06-13#524695

Merged
nixpkgs-ci[bot] merged 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/statix
Jun 14, 2026
Merged

statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-06-13#524695
nixpkgs-ci[bot] merged 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/statix

Conversation

@r-ryantm

Copy link
Copy Markdown
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for statix is: Lints and suggestions for the nix programming language

meta.homepage for statix is: https://github.com/molybdenumsoftware/statix

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.8-unstable-2026-05-26 with grep in /nix/store/7n58grcqisqp64067qz6pvnqq2wzlkn4-statix-0.5.8-unstable-2026-05-26
  • found 0.5.8-unstable-2026-05-26 in filename of file in /nix/store/7n58grcqisqp64067qz6pvnqq2wzlkn4-statix-0.5.8-unstable-2026-05-26

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

statix
vimPlugins.statix
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/7n58grcqisqp64067qz6pvnqq2wzlkn4-statix-0.5.8-unstable-2026-05-26 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A statix https://github.com/r-ryantm/nixpkgs/archive/159b2f1cfdbb49592ae315f0ca2c1fbef7f1ef61.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/159b2f1cfdbb49592ae315f0ca2c1fbef7f1ef61#statix

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/7n58grcqisqp64067qz6pvnqq2wzlkn4-statix-0.5.8-unstable-2026-05-26
ls -la /nix/store/7n58grcqisqp64067qz6pvnqq2wzlkn4-statix-0.5.8-unstable-2026-05-26/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 159b2f1cfdbb49592ae315f0ca2c1fbef7f1ef61


x86_64-linux

✅ 2 packages built:
  • vimPlugins.statix
  • statix

Maintainer pings

cc @mightyiam @oppiliappan @JarvisCraft for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci nixpkgs-ci Bot requested review from JarvisCraft and oppiliappan May 27, 2026 05:51
@nixpkgs-ci nixpkgs-ci Bot added 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels May 27, 2026
Comment thread pkgs/by-name/st/statix/package.nix Outdated
rustPlatform.buildRustPackage (finalAttrs: {
pname = "statix";
version = "0-unstable-2026-05-14";
version = "0.5.8-unstable-2026-05-26";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this due to #454333? Doesn't look like this should happen.

@h0nIg h0nIg May 27, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I dont think so, do you have a concrete log? Apparently 0.5.8 is the last released tag

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think it's this:
Mic92/nix-update#597

So we just wait it out, or do we close this one or what?

@JarvisCraft JarvisCraft May 27, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Still suggesting that you stick to stricter SemVer-tag versioning: it does not break your idea of always-stable master, but simplifies changes tracking which is especially important given that you've already had some observable breaking changes such as this one: cachix/git-hooks.nix#715

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hrm... sorry about that. From memory, I'm not sure whether that change was committed with the awareness that it is breaking.

statix needs more tests.

I'm not sure how semVer would have helped you in that situation, whether the version bump was major or not. You'd still have a breaking change to contend with.

@r-ryantm r-ryantm changed the title statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-05-26 statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-06-04 Jun 5, 2026
@r-ryantm

r-ryantm commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for statix is: Lints and suggestions for the nix programming language

meta.homepage for statix is: https://github.com/molybdenumsoftware/statix

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.8-unstable-2026-06-04 with grep in /nix/store/s8lls94d709iszxn4ywxwln67s6wsy9z-statix-0.5.8-unstable-2026-06-04
  • found 0.5.8-unstable-2026-06-04 in filename of file in /nix/store/s8lls94d709iszxn4ywxwln67s6wsy9z-statix-0.5.8-unstable-2026-06-04

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

statix
vimPlugins.statix
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/s8lls94d709iszxn4ywxwln67s6wsy9z-statix-0.5.8-unstable-2026-06-04 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A statix https://github.com/r-ryantm/nixpkgs/archive/fca4a1376df8fbc08f19358cec60250a6cbae981.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/fca4a1376df8fbc08f19358cec60250a6cbae981#statix

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/s8lls94d709iszxn4ywxwln67s6wsy9z-statix-0.5.8-unstable-2026-06-04
ls -la /nix/store/s8lls94d709iszxn4ywxwln67s6wsy9z-statix-0.5.8-unstable-2026-06-04/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: fca4a1376df8fbc08f19358cec60250a6cbae981


x86_64-linux

✅ 2 packages built:
  • vimPlugins.statix
  • statix

Maintainer pings

cc @mightyiam @oppiliappan @JarvisCraft for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@r-ryantm r-ryantm force-pushed the auto-update/statix branch from 159b2f1 to fca4a13 Compare June 5, 2026 14:47
@r-ryantm r-ryantm changed the title statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-06-04 statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-06-13 Jun 14, 2026
@r-ryantm r-ryantm force-pushed the auto-update/statix branch from fca4a13 to 42e1342 Compare June 14, 2026 13:15
@r-ryantm

Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for statix is: Lints and suggestions for the nix programming language

meta.homepage for statix is: https://github.com/molybdenumsoftware/statix

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.8-unstable-2026-06-13 with grep in /nix/store/r6fpz2hb009b9nfps7mdl7x9iajs258q-statix-0.5.8-unstable-2026-06-13
  • found 0.5.8-unstable-2026-06-13 in filename of file in /nix/store/r6fpz2hb009b9nfps7mdl7x9iajs258q-statix-0.5.8-unstable-2026-06-13

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

statix
vimPlugins.statix
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/r6fpz2hb009b9nfps7mdl7x9iajs258q-statix-0.5.8-unstable-2026-06-13 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A statix https://github.com/r-ryantm/nixpkgs/archive/42e134272909bd79765e5e872b67f0ddf71f8942.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/42e134272909bd79765e5e872b67f0ddf71f8942#statix

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/r6fpz2hb009b9nfps7mdl7x9iajs258q-statix-0.5.8-unstable-2026-06-13
ls -la /nix/store/r6fpz2hb009b9nfps7mdl7x9iajs258q-statix-0.5.8-unstable-2026-06-13/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 42e134272909bd79765e5e872b67f0ddf71f8942


x86_64-linux

✅ 2 packages built:
  • vimPlugins.statix
  • statix

Maintainer pings

cc @mightyiam @oppiliappan @JarvisCraft for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@mightyiam

Copy link
Copy Markdown
Contributor

@NixOS/nixpkgs-merge-bot merge

1 similar comment
@JarvisCraft

Copy link
Copy Markdown
Contributor

@NixOS/nixpkgs-merge-bot merge

@nixpkgs-ci

nixpkgs-ci Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

@mightyiam wants to merge this PR.

Requirements to merge this PR with @NixOS/nixpkgs-merge-bot merge:

  • ✅ PR targets a development branch.
  • ✅ PR touches only files of packages in pkgs/by-name/.
  • ✅ PR is at least one of:
  • ✅ PR is not a draft
  • ❌ mightyiam is a member of @NixOS/nixpkgs-maintainers.
  • ✅ mightyiam is a maintainer of all touched packages on the master branch.

❌ Pull Request could not be merged (#305350)

@nixpkgs-ci nixpkgs-ci Bot added this pull request to the merge queue Jun 14, 2026
@nixpkgs-ci

nixpkgs-ci Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

@JarvisCraft wants to merge this PR.

Requirements to merge this PR with @NixOS/nixpkgs-merge-bot merge:

  • ✅ PR targets a development branch.
  • ✅ PR touches only files of packages in pkgs/by-name/.
  • ✅ PR is at least one of:
  • ✅ PR is not a draft
  • ✅ JarvisCraft is a member of @NixOS/nixpkgs-maintainers.
  • ✅ JarvisCraft is a maintainer of all touched packages on the master branch.

✔️ Queued for merge (#306934)

Merged via the queue into NixOS:master with commit dc46ebf Jun 14, 2026
27 checks passed
@r-ryantm r-ryantm deleted the auto-update/statix branch June 15, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants