1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: guix-modules: Remove instructions for GUIX_EXTENSIONS_PATH.

* gnu/packages/package-management.scm (guix-modules)[description]:
Remove instructions to set GUIX_EXTENSIONS_PATH.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
(unmatched-parenthesis
2022-08-21 14:16:28 +01:00
committed by Efraim Flashner
parent bbc1735be2
commit 7f037dfcdc

View File

@@ -726,16 +726,7 @@ GTK icon cache for instance.")))
module} command. The @command{guix module create} sub-command creates
@dfn{environment modules}, allowing you to manipulate software environments
with the @command{module} command commonly found on @acronym{HPC,
high-performance computing} clusters.
To use this extension, set the @env{GUIX_EXTENSIONS_PATH} environment
variable, along these lines:
@example
export GUIX_EXTENSIONS_PATH=\"$HOME/.guix-profile/share/guix/extensions\"
@end example
Replace @code{$HOME/.guix-profile} with the appropriate profile.")
high-performance computing} clusters.")
(license license:gpl3+)))