Age | Commit message (Expand) | Author |
---|---|---|
2022-02-28 | forge: Do not use use-modules in with-packages.•••This composes better. * forge/utils.scm (with-packages): Do not use use-modules. | Arun Isaac |
2022-01-24 | forge: Add with-packages.•••with-packages allows for easy creation of G-expressions where a list of specified packages are available. It is to G-expressions what `guix shell' is to the shell. with-packages is frequently used in the definition of CI jobs. * forge/utils.scm: New file. | Arun Isaac |