mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
utility/images: fix unrelated options being part of 'integrations'
This commit is contained in:
parent
d7878b525c
commit
a6b133124d
1 changed files with 42 additions and 43 deletions
|
@ -59,6 +59,7 @@ in {
|
|||
this will be scaled down to fit within this width.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
maxHeight = mkOption {
|
||||
type = with types; nullOr int;
|
||||
|
@ -111,6 +112,4 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue