From c99f6b507e3cbc21bc856af9b39dfea8d2bdab4b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 31 Jan 2025 02:21:29 -0500 Subject: [PATCH] add caldav to shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index f090023..52a99ee 100644 --- a/shell.nix +++ b/shell.nix @@ -27,6 +27,7 @@ devshell.mkShell { p: with p; [ python-escpos pycups + caldav ] )) ];