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
/
importApply.nix
blob
d3b893cb34e283cb6f9259aabecdc5f1c2c8f1e1
1
{ lib, ... }:
2
{
3
options.value = lib.mkOption { default = 1; };
4
imports = [ (lib.modules.importApply ./importApply-function.nix { foo = "abc"; }) ];
5
}