treewide: use TODO-EXTERNAL

Use TODO-EXTERNAL for TODOs that depend on external factors like
upstream fixes.
This commit is contained in:
Erik Arvstedt 2021-11-28 21:36:04 +01:00
parent 6f37bef2a3
commit def64a73b8
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 5 additions and 3 deletions

View file

@ -70,7 +70,8 @@ let
# and
# availableNetns.clighting = [ "bitcoind" ];
#
# FIXME: Although negligible for our purposes, this calculation's runtime
# TODO-EXTERNAL:
# Although negligible for our purposes, this calculation's runtime
# is in the order of (number of connections * number of services),
# because attrsets and lists are fully copied on each update with '//' or '++'.
# This can only be improved with an update in the nix language.