9 lines
67 B
Nix
9 lines
67 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./actions.nix
|
|
./gitea.nix
|
|
];
|
|
}
|