summaryrefslogtreecommitdiff
path: root/overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlay.nix')
-rw-r--r--overlay.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay.nix b/overlay.nix
index 53a5086..34d2051 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -7,4 +7,8 @@ self: super:
zebra = super.callPackage ./pkgs/zebra.nix {};
whisper-dictate = super.callPackage ./whisper-dictate {};
+
+ vdirsyncer = super.callPackage ./pkgs/vdirsyncer-patch.nix {
+ inherit (super) vdirsyncer;
+ };
}