Add todo warnings

This commit is contained in:
SebastianStork 2025-09-30 23:04:03 +02:00
parent 6ead52e06c
commit 33e53f46da
6 changed files with 15 additions and 0 deletions

View file

@ -21,6 +21,8 @@ in
};
config = lib.mkIf cfg.enable {
warnings = lib.optional (lib.versionAtLeast lib.version "25.11") "TODO: Use privatebin package from stable nixpkgs";
meta = {
domains.list = [ cfg.domain ];
ports.tcp.list = [ cfg.port ];