{ nixpkgs, applyPatches, }: applyPatches { name = "nixpkgs-patched"; src = nixpkgs; patches = [./nixpkgs.patch]; }