summaryrefslogtreecommitdiff
path: root/news.txt
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-01-10 12:56:32 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-01-10 12:56:32 -0500
commit01f18977c278ce09fc1f4912185aa898b212c95c (patch)
treed6fc8d4553a8dd0d34a41cf2bdc0a517f826967f /news.txt
parent8c03b980b69c1749acd106d022ba748a9e87c931 (diff)
news: Fix entry for GUIX_SANDBOX_EXTRA_SHARES.
* news.txt: Incorrect paren placement. How embarrassing!
Diffstat (limited to 'news.txt')
-rw-r--r--news.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/news.txt b/news.txt
index 2f043c5..d294861 100644
--- a/news.txt
+++ b/news.txt
@@ -11,9 +11,9 @@
11 11
12 (entry (commit "8078757b887a7691644b119913c3f7b41661775d") 12 (entry (commit "8078757b887a7691644b119913c3f7b41661775d")
13 (title 13 (title
14 (en "New @code{GUIX_SANDBOX_EXTRA_SHARES} variable for nonguix containers (Steam)") 14 (en "New @code{GUIX_SANDBOX_EXTRA_SHARES} variable for nonguix containers (Steam)"))
15 (body 15 (body
16 (en "The nonguix container has a new environment variable 16 (en "The nonguix container has a new environment variable
17@code{GUIX_SANDBOX_EXTRA_SHARES} which is a @code{:} delimited list of 17@code{GUIX_SANDBOX_EXTRA_SHARES} which is a @code{:} delimited list of
18directories to share with the container. These directories will be available 18directories to share with the container. These directories will be available
19at the same path as the host. For instance, you can set this to another drive 19at the same path as the host. For instance, you can set this to another drive
@@ -27,7 +27,7 @@ GUIX_SANDBOX_EXTRA_SHARES=/some/other/drive steam
27This should allow you to select @code{/some/other/drive} in Steam for a game 27This should allow you to select @code{/some/other/drive} in Steam for a game
28library. This is an experimental feature and just provides a basic way to add 28library. This is an experimental feature and just provides a basic way to add
29shares to the container, so please test and report any difficulties or 29shares to the container, so please test and report any difficulties or
30suggestions to improve.")))) 30suggestions to improve.")))
31 31
32 (entry (commit "1591c3d1d10b2884da29ab7d1252304f2ce1514b") 32 (entry (commit "1591c3d1d10b2884da29ab7d1252304f2ce1514b")
33 (title 33 (title