nur/patches/default.nix
Raito Bezarius 67b0672f15 nur: init
2021-07-24 18:33:56 +02:00

9 lines
139 B
Nix

{ pkgs }:
let
# self is not included here to avoid recursion.
callPackage = pkgs.lib.callPackageWith pkgs;
self = rec {
};
in
self