1
0
Fork 0
nixpkgs-overlay/default.nix

10 lines
107 B
Nix

self: super:
let
lib = self.lib;
callPackage = super.lib.callPackageWith self;
in
with self; rec {
}