Skip to content

dependabot-cli.withDockerImages: fix build#405991

Merged
NickCao merged 1 commit intoNixOS:masterfrom
philiptaron:dependabot-cli.withDockerImages
May 10, 2025
Merged

dependabot-cli.withDockerImages: fix build#405991
NickCao merged 1 commit intoNixOS:masterfrom
philiptaron:dependabot-cli.withDockerImages

Conversation

@philiptaron
Copy link
Contributor

This has been broken for a while as the updater doesn't do the needful thing to update them.

Detected with NixOS/nixpkgs-vet#157 some time ago but I didn't get a chance to take a look until now.

#405049 was the most recent dependabot update.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

This has been broken for a while as the updater doesn't do the needful thing to update them.

Detected with NixOS/nixpkgs-vet#157 some time ago but I didn't get a chance to take a look until now.

NixOS#405049 was the most recent dependabot update.
@philiptaron philiptaron requested review from NickCao and infinisil May 10, 2025 22:07
@philiptaron
Copy link
Contributor Author

I'm planning on self-merging this change if it doesn't get reviewed immediately, as my time budget to dedicate to nixpkgs-vet is limited and this has prevented on-going updates for a while. It'd definitely be better to make the update script do this, but I'm going to defer learning how to do that in favor of unbreaking the nixpkgs-vet update.

Copy link
Member

@NickCao NickCao left a comment

Choose a reason for hiding this comment

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

Diff LGTM, can we also set # nixpkgs-update: no auto update on dependabot-cli (or fix the update script, which might be too much work).

@philiptaron
Copy link
Contributor Author

I'm fine being faulted in with the work for a little bit until I learn how to write the update script. It's just used by nixpkgs-vet at the moment.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels May 10, 2025
@NickCao NickCao merged commit b126e7e into NixOS:master May 10, 2025
22 of 23 checks passed
@philiptaron philiptaron deleted the dependabot-cli.withDockerImages branch May 10, 2025 22:16
@philiptaron
Copy link
Contributor Author

Thanks, @NickCao. 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants