nixpkgs/lib/tests/modules/disable-recursive/main.nix

9 lines
69 B
Nix
Raw Normal View History

{
imports = [
./foo.nix
./bar.nix
];
enable = true;
}