mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
8 lines
98 B
Nix
8 lines
98 B
Nix
{ lib, custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
_module.args.custom = true;
|
|
enable = custom;
|
|
};
|
|
}
|