9 lines
93 B
Nix
Raw Normal View History

{
imports = [
{
imports = [ { } ];
}
];
disabledModules = [ ./b.nix ];
}