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

8 lines
47 B
Nix

{
disabledModules = [
./bar.nix
];
}