8 lines
153 B
Nix
8 lines
153 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
# https://github.com/vic/flake-file/tree/main/modules/dendritic
|
|
inputs.flake-file.flakeModules.dendritic
|
|
];
|
|
}
|