From b5215cc7e8df3a7ad636271c8e6950979b2b8e42 Mon Sep 17 00:00:00 2001 From: Steffen Date: Wed, 10 Jul 2024 11:45:59 +0200 Subject: [PATCH] fix(nix): workaround parsing port numbers failed in nix-shell --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index fada1fae8..fa4cc4efc 100644 --- a/shell.nix +++ b/shell.nix @@ -197,9 +197,9 @@ let UPLOAD_S3_KEY_ID=''${MINIO_ACCESS_KEY} UPLOAD_S3_KEY=''${MINIO_SECRET_KEY} - SMTPHOST=''${SMTPHOST} - SMTPPORT=''${SMTPPORT} - SMTPSSL=''${SMTPSSL} + # SMTPHOST=''${SMTPHOST} + # SMTPPORT=''${SMTPPORT} + # SMTPSSL=''${SMTPSSL} EOF set +xe