repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opencomposite: add meta.platforms (#357198)
[NixPkgs.git]
/
lib
/
tests
/
modules
/
error-nonEmptyListOf-submodule.nix
blob
1189e8891560ba3d7dc49edfc469a815df410c7d
1
{ lib, ... }:
2
{
3
options.bad = lib.mkOption {
4
type = lib.types.nonEmptyListOf (lib.types.submodule { });
5
default = [ ];
6
};
7
}