mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-01 08:35:55 +00:00
Fixed missing mkOption function call in tectonic.nix
This commit is contained in:
parent
9211746d23
commit
3859b8d9c9
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ in (
|
|||
description = "Enable/disable colorful log output";
|
||||
};
|
||||
|
||||
extraOptions = {
|
||||
extraOptions = mkOption {
|
||||
type = listOf str;
|
||||
default = [];
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue