From 465e824add3c204c24b01742b5487a424430c105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 20 Dec 2022 03:48:38 +0100 Subject: [PATCH] Add link to nixpkgs PR --- config/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.nix b/config/default.nix index 7c31f67..691912d 100644 --- a/config/default.nix +++ b/config/default.nix @@ -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 {