core/pkgs/by-name/gn/gnumake/packages.nix
2024-06-30 09:16:52 +01:00

8 lines
113 B
Nix

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