Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-28 | forge: Do not use use-modules in with-packages. | Arun Isaac | |
This composes better. * forge/utils.scm (with-packages): Do not use use-modules. | |||
2022-01-24 | forge: Add with-packages. | Arun Isaac | |
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. |