4 lines
70 B
Nix
4 lines
70 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [ (inputs.import-tree ../modules) ];
|
|
}
|