fix: minor fixes

This commit is contained in:
Jaka Hudoklin 2019-10-06 21:42:19 +02:00
parent 9f05cd56b1
commit accd2dec1b
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2
4 changed files with 5 additions and 3 deletions

View file

@ -49,6 +49,7 @@ in {
extraCheckInputs = mkOption {
description = "Extra check inputs";
type = types.listOf types.package;
default = [];
};
testScript = mkOption {