mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
6 lines
85 B
Nix
6 lines
85 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
disabledModules = [ "define-enable.nix" "declare-enable.nix" ];
|
||
|
}
|