summaryrefslogtreecommitdiff
path: root/src/content/blog/2020/08
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/blog/2020/08')
-rw-r--r--src/content/blog/2020/08/10/guix-srht.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/2020/08/10/guix-srht.adoc b/src/content/blog/2020/08/10/guix-srht.adoc
index 6411259..a89e86e 100644
--- a/src/content/blog/2020/08/10/guix-srht.adoc
+++ b/src/content/blog/2020/08/10/guix-srht.adoc
@@ -18,7 +18,7 @@ heavily on interactive input.
I developed the following set of scripts that I have been using for some time to
run Guix tasks inside builds.sr.ht jobs. First, `install-guix.sh`:
-[source,shell]
+[source,sh]
----
#!/usr/bin/env bash
set -x
@@ -67,7 +67,7 @@ guixbuild users and authorize the `ci.guix.gnu.org.pub` signing key.
After installing Guix, we perform a `guix pull` to update Guix inside
`start-guix.sh`:
-[source,shell]
+[source,sh]
----
#!/usr/bin/env bash
set -x