guix-modules 0.2.1
Generate environment modules from Guix packages
Guix-Modules is an extension of Guix that provides a new guix module command. The guix module create sub-command creates environment modules, allowing you to manipulate software environments with the module command commonly found on HPC clusters.
- Outputs:
out - Website: https://codeberg.org/guix-science/guix-modules
- Licenses: GPL 3+
- Package source: gnu/packages/package-management.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guix-modules 0.2.1 as follows:
guix install guix-modules@0.2.1
Or install the latest version:
guix install guix-modules
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.