]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blob - overlays/pelican/default.nix
Initial commit published for NUR
[perso/Immae/Config/Nix/NUR.git] / overlays / pelican / default.nix
1 self: super: {
2 pelican = with self.python3Packages;
3 pelican.overrideAttrs(old: self.mylibs.fetchedGithub ./pelican.json // {
4 propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml ];
5 });
6 }