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

8 lines
113 B
Nix

{ ... }:
res: pkgs: super:
with pkgs; {
gnumake = callPackage ./. { };
gnumake42 = callPackage ./4.2 { };
}