summaryrefslogtreecommitdiff
path: root/manifest.scm
blob: 92d3c5db22352192dd43c27243d36318038b2011 (plain)
1
2
3
4
5
;; What follows is a "manifest" equivalent to the command line you gave.
;; You can store it in a file that you may then pass to any 'guix' command
;; that accepts a '--manifest' (or '-m') option.

(specifications->manifest (list "guile" "guile-json" "curl" "bash"))