nur/patches/default.nix

9 lines
139 B
Nix
Raw Normal View History

2021-07-24 18:33:56 +02:00
{ pkgs }:
let
# self is not included here to avoid recursion.
callPackage = pkgs.lib.callPackageWith pkgs;
self = rec {
};
in
self