7 lines
52 B
Nix
Executable file
7 lines
52 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware.nix
|
|
];
|
|
}
|