Skip to content

Modify docker.nix to use mapAttrsToList instead of mapAttrsFlatten (backport #13321)#13617

Merged
mergify[bot] merged 1 commit into2.28-maintenancefrom
mergify/bp/2.28-maintenance/pr-13321
Jul 31, 2025
Merged

Modify docker.nix to use mapAttrsToList instead of mapAttrsFlatten (backport #13321)#13617
mergify[bot] merged 1 commit into2.28-maintenancefrom
mergify/bp/2.28-maintenance/pr-13321

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Jul 30, 2025

The latter alias is deprecated in favor of the former, and produces a warning.

Motivation

docker.nix currently produces a warning:

lib.misc.mapAttrsFlatten is deprecated, please use lib.attrsets.mapAttrsToList instead

This PR fixes it by changing the function to mapAttrsToList.

Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.


This is an automatic backport of pull request #13321 done by [Mergify](https://mergify.com).

The latter alias is deprecated in favor of the former, and produces a
warning.

(cherry picked from commit cfc15d6)
@mergify mergify bot added the automatic backport This PR is a backport produced by automation (does not trigger backporting) label Jul 30, 2025
@mergify mergify bot requested a review from edolstra as a code owner July 30, 2025 12:39
@mergify mergify bot added merge-queue automatic backport This PR is a backport produced by automation (does not trigger backporting) labels Jul 30, 2025
mergify bot added a commit that referenced this pull request Jul 30, 2025
mergify bot added a commit that referenced this pull request Jul 30, 2025
mergify bot added a commit that referenced this pull request Jul 30, 2025
@mergify mergify bot merged commit 2402aa2 into 2.28-maintenance Jul 31, 2025
27 checks passed
@mergify mergify bot deleted the mergify/bp/2.28-maintenance/pr-13321 branch July 31, 2025 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automatic backport This PR is a backport produced by automation (does not trigger backporting) merge-queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant