]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/mutt-ics/default.nix
Use overlays for package overrides
[perso/Immae/Config/Nix.git] / pkgs / mutt-ics / default.nix
CommitLineData
a2230e84
IB
1{ python3Packages, fetchedGithub }:
2with python3Packages;
3buildPythonApplication (fetchedGithub ./mutt-ics.json // {
4 propagatedBuildInputs = [ icalendar ];
5})