aboutsummaryrefslogtreecommitdiff
path: root/forge/utils.scm
AgeCommit message (Collapse)Author
2022-03-02Move channel modules into subdirectory.Arun Isaac
We don't want the scm files in doc to be picked up on `guix pull'. * .guix-channel: New file. * forge: Move to guix/forge.
2022-02-28forge: 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-24forge: 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.