diff options
author | (unmatched-parenthesis <paren@disroot.org> | 2022-08-21 14:16:28 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-09-07 11:32:55 +0300 |
commit | 7f037dfcdcdc22bcaffddf56fcfbdf002b71cd7c (patch) | |
tree | 6824fa996048d23a6a020be68d4b9f3174181d80 /gnu/packages | |
parent | bbc1735be26c56d443f96f9d2dac7cd4429478ef (diff) | |
download | guix-7f037dfcdcdc22bcaffddf56fcfbdf002b71cd7c.tar.gz guix-7f037dfcdcdc22bcaffddf56fcfbdf002b71cd7c.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/package-management.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 4c66dc18ae..4e8f8cdcee 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -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+))) |