]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - overlays/pelican/default.nix
Upgrade syden peertube to flake
[perso/Immae/Config/Nix.git] / overlays / pelican / default.nix
CommitLineData
676e68e3
IB
1self: super: {
2 pelican = with self.python3Packages;
258dd18b 3 pelican.overrideAttrs(old: {
5304a64b 4 propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml markdown ];
258dd18b 5 doInstallCheck = false;
676e68e3
IB
6 });
7}