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

5 lines
63 B
Nix

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