From d36c2e459a74ec67e523539eb98b78b95b01432a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Apr 2025 11:20:43 -0300 Subject: src/content/: Normalize [source,$lang] code blocks --- src/content/pastebins/2020/01/04/guix-import-failure.adoc | 2 +- src/content/pastebins/2020/02/14/guix-shebang.adoc | 2 +- src/content/pastebins/2020/11/27/guix-build-local.adoc | 4 ++-- src/content/pastebins/2020/12/15/guix-pack-fail.adoc | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/content/pastebins/2020') diff --git a/src/content/pastebins/2020/01/04/guix-import-failure.adoc b/src/content/pastebins/2020/01/04/guix-import-failure.adoc index 08c6ea1..5896645 100644 --- a/src/content/pastebins/2020/01/04/guix-import-failure.adoc +++ b/src/content/pastebins/2020/01/04/guix-import-failure.adoc @@ -1,7 +1,7 @@ = Failure on Guix TeX Live importer :categories: guix -[source,shell] +[source,sh] ---- $ guix import texlive fontspec redirection vers « https://ctan.org/xml/1.2/pkg/fontspec »... diff --git a/src/content/pastebins/2020/02/14/guix-shebang.adoc b/src/content/pastebins/2020/02/14/guix-shebang.adoc index 0dcbe54..d415d36 100644 --- a/src/content/pastebins/2020/02/14/guix-shebang.adoc +++ b/src/content/pastebins/2020/02/14/guix-shebang.adoc @@ -1,7 +1,7 @@ = Guix shebang :categories: guix -[source,shell] +[source,sh] ---- #!/usr/bin/env -S guix environment --ad-hoc bash -- bash set -Eeuo pipefail diff --git a/src/content/pastebins/2020/11/27/guix-build-local.adoc b/src/content/pastebins/2020/11/27/guix-build-local.adoc index 6fe5089..1a18d4b 100644 --- a/src/content/pastebins/2020/11/27/guix-build-local.adoc +++ b/src/content/pastebins/2020/11/27/guix-build-local.adoc @@ -36,7 +36,7 @@ Inside a file named `build.scm`: A plain build command didn't work: -[source,shell] +[source,sh] ---- $ guix build -L. my-hello guix build: error: my-hello : paquet inconnu @@ -44,7 +44,7 @@ guix build: error: my-hello : paquet inconnu But with an eval expression it did: -[source,shell] +[source,sh] ---- $ guix build -L. -e '(@ (build) my-hello)' # works diff --git a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc index 369cae4..3631fbc 100644 --- a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc +++ b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc @@ -9,7 +9,7 @@ FIXED: Use `GUIX_PROFILE= source etc/profile` The example from the {post}[blog post] fails. -[source,shell] +[source,sh] ---- $ tar xf `guix pack --relocatable -S /bin=bin -S /etc=etc guile gnutls guile-json` $ source etc/profile @@ -75,7 +75,7 @@ no code for module (gnutls) My Guix version if fairly recent: -[source,shell] +[source,sh] ---- $ guix describe Génération 83 14 déc. 2020 00:28:16 (actuelle) -- cgit v1.2.3