core/pkgs/by-name/ne/nettle/packages.nix

8 lines
100 B
Nix
Raw Normal View History

2024-05-14 02:37:40 +00:00
{ ... }:
res: pkgs: super:
with pkgs;
{
nettle = import ./. { inherit callPackage fetchurl; };
}