feat(test): add simple submodule test

This commit is contained in:
Jaka Hudoklin 2019-02-12 17:40:09 +01:00
parent a922c89e1d
commit 6fdddc0188
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
3 changed files with 43 additions and 1 deletions

View file

@ -67,7 +67,7 @@ let
version = mkOption {
description = "Module version";
type = types.str;
default = "0.0.0";
default = null;
};
passthru = mkOption {