diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-04-17 17:18:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-04-19 11:10:00 -0600 |
| commit | c85e8fe37d06358b06674020899e920f5fb1818b (patch) | |
| tree | 8d60c30e9e9f909e74397bb68af73b3858d503f6 /pkgs/default.nix | |
| parent | 686e6e85e83770dc3ab18613ad5dad50ed59dda8 (diff) | |
home/pim: enable Xandikos DAV server
Diffstat (limited to '')
| -rw-r--r-- | pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 4de6906..32747f1 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -49,6 +49,7 @@ in }; postfix = callPackage ./postfix { inherit (prev) postfix; }; + xandikos = final.python3Packages.callPackage ./xandikos { inherit (prev) xandikos; }; } // ( let makePyOverrides = version: |
