Add link to nixpkgs PR

This commit is contained in:
Sandro - 2022-12-20 03:48:38 +01:00
parent 6a3d727adb
commit 465e824add
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ config, lib, ... }:
let
# https://github.com/NixOS/nixpkgs/pull/206965
concatMapAttrsRecursive = with lib; f: flip pipe [ (mapAttrs f) attrValues (foldl' recursiveUpdate { }) ];
in
{