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
/
define-enable-with-custom-arg.nix
blob
9794bf8edf9eedc7118f57079a1e2444c9ef9977
1
{ custom, ... }:
2
3
{
4
config = {
5
enable = custom;
6
};
7
}