Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps cachix/install-nix-action from V27 to 31.5.2. This release includes the previously tagged commit.

Release notes

Sourced from cachix/install-nix-action's releases.

v31.5.2

What's Changed

Full Changelog: cachix/install-nix-action@v31...v31.5.2

Commits
  • fc6e360 Merge pull request #246 from cachix/create-pull-request/patch
  • 9d51123 nix: 2.30.1 -> 2.30.2
  • c134e4c Merge pull request #245 from xokdvium/2.30.1
  • a55d6df nix: 2.30.0 -> 2.30.1
  • cebd211 Merge pull request #244 from cachix/create-pull-request/patch
  • 358e2ef nix: 2.29.1 -> 2.30.0
  • f0fe604 ci: improve the automated nix bump title and commit message
  • 607623b Merge pull request #243 from cachix/create-pull-request/patch
  • f66ab70 nix: 2.29.0 -> 2.29.1
  • 17fe5fb Merge pull request #241 from Mic92/nix-updates
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 31.5.2. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](cachix/install-nix-action@V27...v31.5.2)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.5.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 11, 2025
@andreasabel
Copy link
Member

@chaserhkj : I am afraid I have broken Nix again by bumping the GHC 9.10 LTS to 24.3 (latest) in stack-9.10.yaml.
So I am not sure whether this bump can be merged.
It would be better to merge it into some working Nix workflow.

In general, if bumping the LTS breaks Nix all the time, how should we organize the process of bumping LTSs?
I suppose there is no script I can run to update the Nix workflow correctly after a bump, or is there?

@chaserhkj
Copy link
Contributor

So the nix haskell build system we are using, haskell.nix, keeps a nix-ified version of all stackage snapshots on stackage.nix, that is automatically generated. But when nix is pulling stackage.nix itself it uses flake.lock file to obtain a locked snapshot of the stackage.nix repo. To bump the nix build this file needs to be bumped.

That could be done by running nix flake update from the repo root. Be aware this needs to be run from a nix installation that enabled flake features though (flake is pretty stable at this point idk why it's still in experimental feature set), you can use docker.io/nixpkgs/nix-flakes container to get an installation with flake preconfigured.

If bumping the lock file could not fix it I can get a deeper look into it this weekend.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

Superseded by #514.

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/cachix/install-nix-action-v31.5.2 branch September 1, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants