Files
flocon/clanServices/buildbot/flake-module.nix
2025-10-01 14:29:49 +02:00

5 lines
115 B
Nix

{ self, lib, ... }:
{
clan.modules."@rpqt/buildbot" = lib.modules.importApply ./default.nix { inherit self; };
}