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