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
2023-05-08 19:02:18 -07:00

8 lines
No EOL
174 B
Nix

{inputs, ...}: {
imports = [
inputs.flake-parts.flakeModules.flakeModules
];
flake.flakeModules.anotherFlakeModule = {
# Define another flake module here
};
}