summaryrefslogtreecommitdiff
path: root/forge/utils.scm
AgeCommit message (Expand)Author
2022-02-28forge: 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-24forge: 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