nix-super/tests/modules/disable-recursive/disable-foo.nix

8 lines
47 B
Nix
Raw Normal View History

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