Add link to nixpkgs PR
parent
6a3d727adb
commit
465e824add
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue