chore(deps): lock file maintenance #78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/lock-file-maintenance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "* 18-19 * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
Branch automerge failure
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
Fails on Hydra, too: https://hydra.nixos.org/build/300013420
I've now filed a NixPkgs build failure report: https://github.com/NixOS/nixpkgs/issues/418867
https://github.com/NixOS/nixpkgs/pull/418926 fixes the issue. Should we
nixos-unstable
or
a9d546262893acd54ba13733f5a59a668ecd0a1d
or
nixos-unstable
with the fix change for our nixpkgs inputor
?
Thanks for the investigations and the issue. Another fix for us would be to use the version from 25.05 (upgrading is something we must do anyhow someday) - i don't think we aleays need the unstable version, right?
@raphiz wrote in #78 (comment):
That's also a possibility, either for the whole system or for that package specifically.
That'd be a downgrade though, as unstable is always what will eventually become the next release (thus currently what will become 25.11). Shouldn't be a problem, as security fixes should all get backported to the newest released release, but something to be aware of.
I switched everything to nixpkgs stable (24.11 for now). Seems the reason we had - a
nix
version that did not properly support git submodules - was resolved in the meantime.