infra/flake/den/templates/examples/modules/dendritic.nix

8 lines
166 B
Nix
Raw Permalink Normal View History

2025-12-01 13:23:24 +07:00
{ inputs, lib, ... }:
{
flake-file.inputs.flake-file.url = lib.mkDefault "github:vic/flake-file";
imports = [
inputs.flake-file.flakeModules.dendritic
];
}