7 lines
78 B
Nix
7 lines
78 B
Nix
{ lib, ... }:
|
|
{
|
|
options.testDebug = lib.mkOption {
|
|
default = 42;
|
|
};
|
|
}
|