{ overlays }: { fixMallocPkgs = import ./fixMallocPkgs.nix; overlayNixpkgsForThisInstance = { pkgs, ... }: { nixpkgs = { inherit overlays; }; }; }