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
/
freeform-attrsOf.nix
blob
8cc577f38a6ce9c22f2832e9641687054ae70713
1
{ lib, ... }: {
2
freeformType = with lib.types; attrsOf (either str (attrsOf str));
3
}