8 lines
97 B
Nix
8 lines
97 B
Nix
{ ... }:
|
|
res: pkgs: super:
|
|
|
|
with pkgs; {
|
|
gnupatch = callPackage ./. { };
|
|
patch = gnupatch;
|
|
}
|