mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
7 lines
48 B
Nix
7 lines
48 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
];
|
|
}
|