8 lines
64 B
Nix
8 lines
64 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../options.nix
|
|
./common
|
|
];
|
|
}
|