8 lines
100 B
Nix
8 lines
100 B
Nix
|
{ ... }:
|
||
|
res: pkgs: super:
|
||
|
|
||
|
with pkgs;
|
||
|
{
|
||
|
nettle = import ./. { inherit callPackage fetchurl; };
|
||
|
}
|