core/pkgs/by-name/fm/fmt/packages.nix
2024-05-13 22:24:10 +01:00

8 lines
112 B
Nix

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