treewide: use TODO-EXTERNAL
Use TODO-EXTERNAL for TODOs that depend on external factors like upstream fixes.
This commit is contained in:
parent
6f37bef2a3
commit
def64a73b8
4 changed files with 5 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue