8 lines
106 B
Nix
8 lines
106 B
Nix
|
|
/** Dummy hardware configuration.
|
||
|
|
* Will be replaced with the real one in the test VM.
|
||
|
|
*/
|
||
|
|
{ ... }:
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|