diff options
author | EuAndreh <eu@euandre.org> | 2020-08-31 11:54:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-31 11:54:07 -0300 |
commit | 038f5713b8ca9dce79e17ac85e57ad1ce2644e09 (patch) | |
tree | 29d8e2cc23715028390484c6f85e7310ed4a5859 /_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md | |
parent | Add missing timestamp on database post (diff) | |
download | euandre.org-038f5713b8ca9dce79e17ac85e57ad1ce2644e09.tar.gz euandre.org-038f5713b8ca9dce79e17ac85e57ad1ce2644e09.tar.xz |
Add spellchecking back to tests, with support for en, pt and fr dicts
Diffstat (limited to '')
-rw-r--r-- | _posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md b/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md index dcda7f4..3ce2acf 100644 --- a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md +++ b/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md @@ -117,7 +117,7 @@ or run any `guix environment --ad-hoc my-package -- my script` :) When I originally created this code I had a reason why to have both a `sudo` call for `sudo ./scripts/install-guix.sh` and `sudo` usages inside `install-guix.sh` itself. I couldn't figure out why (it feels like my past self -was a bit smarter xD), but it feels ugly now. If it is truly required I could +was a bit smarter 😬), but it feels ugly now. If it is truly required I could add an explanation for it, or remove this entirely in favor of a more elegant solution. I could also contribute the Guix image upstream to builds.sr.ht, but there |