Fixed missing mkOption function call in tectonic.nix

This commit is contained in:
isaacST08 2025-03-07 12:19:14 -07:00 committed by GitHub
commit 6be82071a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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