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/blog/2018/07/17/guix-nixos.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/content/blog/2018/07') diff --git a/src/content/blog/2018/07/17/guix-nixos.adoc b/src/content/blog/2018/07/17/guix-nixos.adoc index b9cd89b..42290f6 100644 --- a/src/content/blog/2018/07/17/guix-nixos.adoc +++ b/src/content/blog/2018/07/17/guix-nixos.adoc @@ -19,7 +19,7 @@ builds in the isolated environments. The {manual}[manual] already provides you with a ready to run (as root) command for creating the build users: -[source,bash] +[source,sh] ---- groupadd --system guixbuild for i in `seq -w 1 10`; @@ -37,7 +37,7 @@ However, In my personal NixOS I have disabled {mutable-users}[`users.mutableUsers`], which means that even if I run the above command it means that they'll be removed once I rebuild my OS: -[source,shell] +[source,sh] ---- $ sudo nixos-rebuild switch (...) @@ -165,7 +165,7 @@ guix-daemon = { There you go! After running `sudo nixos-rebuild switch` I could get Guix up and running: -[source,bash] +[source,sh] ---- $ guix package -i hello The following package will be installed: -- cgit v1.2.3