about summary refs log tree commit diff
path: root/lib/tests/modules/module-imports-_type-check.nix
blob: 1e29c469daa5297cc9158561f7c75e2ab2e93f0f (plain) (blame)
1
2
3
{
  imports = [ { _type = "flake"; } ];
}