mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
read-print: Add rule for 'home-bash-configuration'.
* guix/read-print.scm (%newline-forms): Add 'home-bash-configuration'.
This commit is contained in:
parent
7a698da0d0
commit
d0a1e48944
1 changed files with 2 additions and 1 deletions
|
@ -337,7 +337,8 @@ (define %newline-forms
|
||||||
|
|
||||||
('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."
|
||||||
|
|
Loading…
Reference in a new issue