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-attrsOfSub-if-foo-enable.nix
blob
a3fe6051d41fc60305f5114fb95cbf747cd2719e
1
{ config, lib, ... }:
2
3
{
4
attrsOfSub = lib.mkIf config.enable {
5
foo.enable = true;
6
};
7
}