summaryrefslogtreecommitdiff
path: root/lib/tests/modules/importApply-function.nix
blob: 7c193a912d4906624eba7eaa8ec586d9ea25689d (plain)
1
2
3
4
5
{ foo }:
{ lib, config, ... }:
{
  value = foo;
}