read-print: Add rule for 'home-bash-configuration'.
* guix/read-print.scm (%newline-forms): Add 'home-bash-configuration'.master
parent
7a698da0d0
commit
d0a1e48944
|
@ -337,7 +337,8 @@ expressions and blanks that were read."
|
||||||
|
|
||||||
('services '(operating-system))
|
('services '(operating-system))
|
||||||
('set-xorg-configuration '())
|
('set-xorg-configuration '())
|
||||||
('services '(home-environment))))
|
('services '(home-environment))
|
||||||
|
('home-bash-configuration '(service))))
|
||||||
|
|
||||||
(define (prefix? candidate lst)
|
(define (prefix? candidate lst)
|
||||||
"Return true if CANDIDATE is a prefix of LST."
|
"Return true if CANDIDATE is a prefix of LST."
|
||||||
|
|
Reference in New Issue