13 lines
126 B
Nix
13 lines
126 B
Nix
{
|
|
inTester,
|
|
...
|
|
}:
|
|
{
|
|
imports =
|
|
if !inTester then
|
|
[
|
|
./inputs-overlay.nix
|
|
]
|
|
else
|
|
[ ];
|
|
}
|