]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - flakes/mypackages/overlays/urlwatch/default.nix
Add flake skeletons
[perso/Immae/Config/Nix.git] / flakes / mypackages / overlays / urlwatch / default.nix
1 self: super: {
2 urlwatch = super.urlwatch.overridePythonAttrs(old: {
3 propagatedBuildInputs = old.propagatedBuildInputs ++ [ self.python3Packages.pdftotext ];
4 });
5 }