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-value-string-properties.nix
blob
972304c01128a24915716ddbea2836a858442af9
1
{ lib, ... }: {
2
3
imports = [{
4
value = lib.mkDefault "def";
5
}];
6
7
value = lib.mkMerge [
8
(lib.mkIf false "nope")
9
"yes"
10
];
11
12
}