service/portable: Add meta placeholder (#435005)

This commit is contained in:
Robert Hensing 2025-08-19 16:07:35 +02:00 committed by GitHub
commit 3ff30871f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,5 +44,9 @@ in
'';
};
};
# TODO: use https://github.com/NixOS/nixpkgs/pull/431450
meta = lib.mkOption {
description = "The maintainers of this module. This is currently a placeholder option whose value may not evaluate to anything useful until https://github.com/NixOS/nixpkgs/pull/431450 is available and used here.";
};
};
}