chore: add comments

This commit is contained in:
n3oney 2023-05-22 19:00:33 +02:00
commit dced02feed
No known key found for this signature in database
GPG key ID: C786693DE727850E
2 changed files with 3 additions and 0 deletions

View file

@ -282,6 +282,7 @@ in {
dag,
mapResult,
}: let
# When the value is a string, default it to dag.entryAnywhere
finalDag = lib.mapAttrs (name: value:
if builtins.isString value
then nvim.dag.entryAnywhere value