blob: 0dbd4032dd3540dd8fe4cd03d63b623b8f90e5b5 (
plain)
1
2
3
4
5
6
7
|
self: super: {
pythonPackagesExtensions = super.pythonPackagesExtensions ++ [
(p-final: p-prev: {
mautrix_0_19 = super.python3Packages.callPackage ./python3-mautrix-0-19.nix { };
})
];
}
|