{nixpkgs}: nixpkgs.lib.extend (final: prev: { toast = let importLib = file: import file {lib = final;}; in { patches = importLib ./patches.nix; }; })