diff options
author | EuAndreh <eu@euandre.org> | 2021-02-23 15:05:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-23 15:14:01 -0300 |
commit | 0dddd6d304551c7bed055f2c2dd6dded03b4de93 (patch) | |
tree | 79fab3daa2c1aa1a09f1b5684cb8ce0e49badbd9 | |
parent | Update aux/workflow/ (diff) | |
download | server-0dddd6d304551c7bed055f2c2dd6dded03b4de93.tar.gz server-0dddd6d304551c7bed055f2c2dd6dded03b4de93.tar.xz |
TODOs.md: Add #task-0a38c085-9d4a-41ef-9f66-dc85d9ad984b
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | TODOs.md | 3 | ||||
-rw-r--r-- | aux/guix/manifest.scm | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -3,7 +3,7 @@ check: sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh - sh aux/assert-terraform.sh + sh aux/assert-terraform.sh ||: clean: rm -rf public/ @@ -1,5 +1,8 @@ # Tasks +## TODO Package Terraform for Guix {#task-0a38c085-9d4a-41ef-9f66-dc85d9ad984b} +- TODO in 2021-02-23 + ## TODO Which channel Guix deploy uses? {#task-9852eee9-7b0b-456d-9fcb-cd531ac0c3e1} - TODO in 2021-02-22 diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index 784ea5c..625e9d8 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -13,6 +13,6 @@ gettext direnv git-crypt - terraform + ;; terraform perl pandoc))) |