mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
install: Add nss-certs to the image.
* gnu/system/install.scm (installation-os)[packages]: Add nss-certs.
This commit is contained in:
parent
1d5be0b61c
commit
0b767e3d5b
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ (define installation-os
|
|||
;; available here, so we keep that.
|
||||
bash-completion
|
||||
nvi ;:wq!
|
||||
nss-certs ; To access HTTPS, use git, etc.
|
||||
%base-packages))))
|
||||
|
||||
(define* (os-with-u-boot os board #:key (bootloader-target "/dev/mmcblk0")
|
||||
|
|
Loading…
Reference in a new issue