9 lines
112 B
Nix
9 lines
112 B
Nix
|
{ ... }:
|
||
|
res: pkgs: super:
|
||
|
|
||
|
with pkgs;
|
||
|
{
|
||
|
inherit (callPackages ./. { }) fmt_8 fmt_9 fmt_10;
|
||
|
fmt = fmt_10;
|
||
|
}
|