[fix] use append concatenate package list
This commit is contained in:
parent
92ec98b9e2
commit
ccb67f7990
1 changed files with 1 additions and 1 deletions
2
arch.scm
2
arch.scm
|
@ -60,7 +60,7 @@
|
||||||
(append
|
(append
|
||||||
%arch-base-packages
|
%arch-base-packages
|
||||||
(if (not (equal? "lighthouse" (getlogin)))
|
(if (not (equal? "lighthouse" (getlogin)))
|
||||||
(begin
|
(append
|
||||||
%arch-de-things
|
%arch-de-things
|
||||||
%arch-misc
|
%arch-misc
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue