about summary refs log tree commit diff
path: root/mail/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mail/default.nix')
-rw-r--r--mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/default.nix b/mail/default.nix
index d1b67b965626..a149ed8123bc 100644
--- a/mail/default.nix
+++ b/mail/default.nix
@@ -1,4 +1,4 @@
-{ depot ? import <depot> {}, ... }:
+{ depot, ... }:
 
 let
   inherit (builtins) fetchGit;