8 lines
134 B
Nix
8 lines
134 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.flake-file.flakeModules.dendritic
|
|
];
|
|
flake-file.description = "A dendritic setup.";
|
|
}
|