aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-23 15:05:00 -0300
committerEuAndreh <eu@euandre.org>2021-02-23 15:14:01 -0300
commit0dddd6d304551c7bed055f2c2dd6dded03b4de93 (patch)
tree79fab3daa2c1aa1a09f1b5684cb8ce0e49badbd9
parentUpdate aux/workflow/ (diff)
downloadserver-0dddd6d304551c7bed055f2c2dd6dded03b4de93.tar.gz
server-0dddd6d304551c7bed055f2c2dd6dded03b4de93.tar.xz
TODOs.md: Add #task-0a38c085-9d4a-41ef-9f66-dc85d9ad984b
-rw-r--r--Makefile2
-rw-r--r--TODOs.md3
-rw-r--r--aux/guix/manifest.scm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d725614..1588074 100644
--- a/Makefile
+++ b/Makefile
@@ -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/
diff --git a/TODOs.md b/TODOs.md
index b4622d1..263858f 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -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)))