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-29 13:47:48 +01:00
parent 6f37bef2a3
commit def64a73b8
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ with lib;
runAsUserCmd = mkOption {
readOnly = true;
default = if config.security.doas.enable
# TODO: Use absolute path until https://github.com/NixOS/nixpkgs/pull/133622 is available.
# TODO-EXTERNAL: Use absolute path until https://github.com/NixOS/nixpkgs/pull/133622 is available.
then "/run/wrappers/bin/doas -u"
else "sudo -u";
};