summaryrefslogtreecommitdiff
path: root/src/content/blog/2018/07
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/blog/2018/07')
-rw-r--r--src/content/blog/2018/07/17/guix-nixos.adoc6
1 files changed, 3 insertions, 3 deletions
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: