From d281f517758d597a94c3dc10541aa4da4b281b2e Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Wed, 15 Nov 2023 20:18:45 +0400 Subject: [PATCH] TODO notes: flake: config contrain algorithm --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d22ecd7..3536f03 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,8 @@ }; constrainImportsArgsRecursive = lib.attrsets.mapAttrsRecursive (p: v: + # TODO traverse only imports and imports of imports, etc + # without traversing all attributes if lib.lists.last p == "imports" then map