Remove overlay as khal is working again

https://nixpk.gs/pr-tracker.html?pr=227861
This commit is contained in:
Daniel Siepmann 2023-05-02 08:26:56 +02:00
parent 9c435e9e51
commit edc3e2932c
Signed by: Daniel Siepmann
GPG Key ID: 33D6629915560EF4
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
self: super: {
khal = super.khal.overridePythonAttrs(old: {
# As long as https://github.com/NixOS/nixpkgs/issues/205014 is open
doCheck = false;
});
}