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

11 lines
312 B
Nix
Raw Normal View History

2025-12-01 13:23:24 +07:00
# USER TODO: remove this file.
# copy any desired module to your ./modules and let it be auto-imported.
{ inputs, ... }:
{
imports = [
# The _example directory contains CI tests for all den features.
# use it as reference of usage, but not of best practices.
(inputs.import-tree ./_example)
];
}