infra/flake/den/nix/flakeModule.nix
2025-12-01 13:23:24 +07:00

4 lines
70 B
Nix

{ inputs, ... }:
{
imports = [ (inputs.import-tree ../modules) ];
}