Fixed missing mkOption function call in tectonic.nix

This commit is contained in:
isaacST08 2025-03-07 12:19:14 -07:00 committed by Ching Pei Yang
commit 3859b8d9c9

View file

@ -143,7 +143,7 @@ in (
description = "Enable/disable colorful log output";
};
extraOptions = {
extraOptions = mkOption {
type = listOf str;
default = [];
description = ''