Files
t-packs/com/default.nix
2025-10-09 16:55:49 +08:00

5 lines
65 B
Nix

{ pkgs, ... }:
{
github = import ./github { inherit pkgs; };
}