mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-14 20:56:48 +00:00
8 lines
174 B
Nix
8 lines
174 B
Nix
|
{inputs, ...}: {
|
||
|
imports = [
|
||
|
inputs.flake-parts.flakeModules.flakeModules
|
||
|
];
|
||
|
flake.flakeModules.anotherFlakeModule = {
|
||
|
# Define another flake module here
|
||
|
};
|
||
|
}
|