mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
7 lines
69 B
Nix
7 lines
69 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
config = {
|
|
_module.args.custom = true;
|
|
};
|
|
}
|