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