diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2024-01-10 11:55:31 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2024-01-10 11:58:10 -0500 |
| commit | 8c03b980b69c1749acd106d022ba748a9e87c931 (patch) | |
| tree | b10a0a117e119825a900abe1a7fb5dd0b479e18f /news.txt | |
| parent | 8078757b887a7691644b119913c3f7b41661775d (diff) | |
news: Add entry for GUIX_SANDBOX_EXTRA_SHARES variable.
* news.txt: Add entry.
Diffstat (limited to 'news.txt')
| -rw-r--r-- | news.txt | 20 |
1 files changed, 20 insertions, 0 deletions
| @@ -9,6 +9,26 @@ | |||
| 9 | (channel-news | 9 | (channel-news |
| 10 | (version 0) | 10 | (version 0) |
| 11 | 11 | ||
| 12 | (entry (commit "8078757b887a7691644b119913c3f7b41661775d") | ||
| 13 | (title | ||
| 14 | (en "New @code{GUIX_SANDBOX_EXTRA_SHARES} variable for nonguix containers (Steam)") | ||
| 15 | (body | ||
| 16 | (en "The nonguix container has a new environment variable | ||
| 17 | @code{GUIX_SANDBOX_EXTRA_SHARES} which is a @code{:} delimited list of | ||
| 18 | directories to share with the container. These directories will be available | ||
| 19 | at the same path as the host. For instance, you can set this to another drive | ||
| 20 | you want to have a Steam library in by either setting this variable in your | ||
| 21 | environment or launching Steam with: | ||
| 22 | |||
| 23 | @example | ||
| 24 | GUIX_SANDBOX_EXTRA_SHARES=/some/other/drive steam | ||
| 25 | @end example | ||
| 26 | |||
| 27 | This should allow you to select @code{/some/other/drive} in Steam for a game | ||
| 28 | library. This is an experimental feature and just provides a basic way to add | ||
| 29 | shares to the container, so please test and report any difficulties or | ||
| 30 | suggestions to improve.")))) | ||
| 31 | |||
| 12 | (entry (commit "1591c3d1d10b2884da29ab7d1252304f2ce1514b") | 32 | (entry (commit "1591c3d1d10b2884da29ab7d1252304f2ce1514b") |
| 13 | (title | 33 | (title |
| 14 | (en "(nongnu packages steam-client) module renamed")) | 34 | (en "(nongnu packages steam-client) module renamed")) |
