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