nixpkgs/lib/tests/modules/disable-recursive/disable-bar.nix
2020-01-09 17:26:08 +01:00

8 lines
47 B
Nix

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