summaryrefslogtreecommitdiff
path: root/src/content/blog/2018/07/17/guix-nixos.adoc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-16 11:20:43 -0300
committerEuAndreh <eu@euandre.org>2025-04-16 11:20:43 -0300
commitd36c2e459a74ec67e523539eb98b78b95b01432a (patch)
treea7099fbfbdab6a21f59b6efe095bffb40ceae646 /src/content/blog/2018/07/17/guix-nixos.adoc
parentsrc/content/style.css: Show header on hover only (diff)
downloadeuandre.org-d36c2e459a74ec67e523539eb98b78b95b01432a.tar.gz
euandre.org-d36c2e459a74ec67e523539eb98b78b95b01432a.tar.xz
src/content/: Normalize [source,$lang] code blocks
Diffstat (limited to 'src/content/blog/2018/07/17/guix-nixos.adoc')
-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: