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

4 lines
66 B
Nix

{ pkgs, ... }:
{
ut = pkgs.callPackage ./ut/package.nix { };
}