mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ You have been warned. Thanks for being so brave.\x1b[0m
|
|||
;; 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