diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 17:16:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 17:16:24 -0300 |
commit | 03307bc592c238d0cb83a07dc37ba499b56059b5 (patch) | |
tree | 21387c879ef6e0a8216048b5c724a8c8e923fc27 /src | |
parent | system.scm: Fix to new import path of personal channel (diff) | |
download | toph-03307bc592c238d0cb83a07dc37ba499b56059b5.tar.gz toph-03307bc592c238d0cb83a07dc37ba499b56059b5.tar.xz |
system.scm: Use mailutils-sendmail from personal channel
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 03307bc592c238d0cb83a07dc37ba499b56059b5
git notes --ref=refs/notes/ci-data show 03307bc592c238d0cb83a07dc37ba499b56059b5
Exit status: 1
Duration: 4
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 509035e..6ade395 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -199,7 +199,7 @@ lsof jq moreutils - mailutils + mailutils-sendmail curl make gnupg |