tests: install: Adjust to new 'marionette-service-type' interface.
This is a followup to 037f9e07cd
.
Reported by Mark H Weaver.
* gnu/tests/install.scm (%minimal-os): Pass a <marionette-configuration>
object as the value for the MARIONETTE-SERVICE-TYPE.
This commit is contained in:
parent
328ae34112
commit
a4bbf41b25
@ -66,8 +66,9 @@
|
||||
(home-directory "/home/alice"))
|
||||
%base-user-accounts))
|
||||
(services (cons (service marionette-service-type
|
||||
'((gnu services herd)
|
||||
(guix combinators)))
|
||||
(marionette-configuration
|
||||
(imported-modules '((gnu services herd)
|
||||
(guix combinators)))))
|
||||
%base-services))))
|
||||
|
||||
(define (operating-system-with-current-guix os)
|
||||
|
Loading…
Reference in New Issue
Block a user