Skip to content
Snippets Groups Projects
Unverified Commit bd8af796 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Add build types list.

parent 69778d1b
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@
channel->sexp
sexp->channel*
%build-types
specification
specification?
specification-name
......@@ -135,11 +137,15 @@
;;; Specification record.
;;;
;; The list of possible build types.
(define %build-types
'(all core guix hello packages manifests))
(define-record-type* <specification>
specification make-specification
specification?
(name specification-name) ;symbol
(build specification-build ;symbol
(build specification-build ;symbol for %build-types
(default 'all))
(channels specification-channels ;list of <channel>
(default (list %default-guix-channel)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment