diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-24T12·27+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-24T12·27+0000 |
commit | 2551b41d735cb1446fa5ecae496d079ca4741e46 (patch) | |
tree | 78044b49b3d0bbe3a1ae4981c76377bf9bc723ae | |
parent | 9fdf4d00fa4abcdb356a919d293fd8686407ccf9 (diff) |
Delete mail/
I do not use this. In the interest of trimming fat, I'm removing it.
-rw-r--r-- | mail/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/default.nix b/mail/default.nix deleted file mode 100644 index a149ed8123bc..000000000000 --- a/mail/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ depot, ... }: - -let - inherit (builtins) fetchGit; - tazjdots = import (fetchGit "sso://user/tazjin/dotfiles") { pkgs = depot; }; -in tazjdots.services.lieer |