mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 23:45:31 +00:00
Fixed missing mkOption function call in tectonic.nix
This commit is contained in:
parent
98e75335d7
commit
6be82071a4
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ in (
|
||||||
description = "Enable/disable colorful log output";
|
description = "Enable/disable colorful log output";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = {
|
extraOptions = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue