core/pkgs/by-name/pa/patchutils/packages.nix

9 lines
179 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ ... }:
res: pkgs: super:
2024-05-13 21:24:10 +00:00
with pkgs; {
2024-05-02 00:46:19 +00:00
patchutils = callPackage ./. { };
patchutils_0_3_3 = callPackage ./0.3.3.nix { };
patchutils_0_4_2 = callPackage ./0.4.2.nix { };
}