core/pkgs/by-name/fm/fmt/packages.nix
2024-05-13 11:34:52 -04:00

9 lines
112 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
inherit (callPackages ./. { }) fmt_8 fmt_9 fmt_10;
fmt = fmt_10;
}