1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-14 20:56:48 +00:00
flake-parts/template/dogfood/modules/anotherFlakeModule.nix

8 lines
174 B
Nix
Raw Normal View History

2023-05-08 18:41:25 -07:00
{inputs, ...}: {
imports = [
inputs.flake-parts.flakeModules.flakeModules
];
flake.flakeModules.anotherFlakeModule = {
# Define another flake module here
};
}