add envelope dependency

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-03 22:08:02 +02:00
parent 125364e067
commit 45969d9d6e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
# env.GREET = "devenv";
# https://devenv.sh/packages/
# packages = [ pkgs.git ];
packages = [ pkgs.file ];
# https://devenv.sh/scripts/
# scripts.hello.exec = "echo hello from $GREET";
@@ -54,7 +54,6 @@
};
# pre-commit.hooks.shellcheck.enable = true;
# https://devenv.sh/processes/
# processes.ping.exec = "ping example.com";

View File

@@ -1,2 +1,3 @@
aiosmtpd
aiosmtplib
envelope