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