mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-17 05:05:06 +01:00
9 lines
98 B
Nix
9 lines
98 B
Nix
{ lib, custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
_module.args.custom = true;
|
|
enable = custom;
|
|
};
|
|
}
|