mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-17 05:05:06 +01:00
9 lines
93 B
Nix
9 lines
93 B
Nix
{
|
|
imports = [
|
|
{
|
|
imports = [ { } ];
|
|
}
|
|
];
|
|
disabledModules = [ ./b.nix ];
|
|
}
|