nixos/cri-o: removed defaultText of internal package-option

This commit is contained in:
Sivizius 2022-07-17 00:04:15 +02:00 committed by GitHub
parent 6a69f41c37
commit 5e941caa0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,10 +71,6 @@ in
package = mkOption {
type = types.package;
default = crioPackage;
defaultText = literalDocBook ''
<literal>pkgs.cri-o</literal> built with
<literal>config.${opt.extraPackages}</literal>.
'';
internal = true;
description = ''
The final CRI-O package (including extra packages).