mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/cri-o: removed defaultText of internal package-option
This commit is contained in:
parent
6a69f41c37
commit
5e941caa0d
1 changed files with 0 additions and 4 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue