summary refs log tree commit diff
path: root/lib/tests/modules/disable-recursive/bar.nix
blob: 4d9240a432df12817c9f0b567a2f3df73f41700d (plain) (blame)
1
2
3
4
5
{
  imports = [
    ../declare-enable.nix
  ];
}