aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-02-08 15:30:08 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2019-02-10 15:17:37 +0100
commit0b767e3d5b2f02976587bba4be7379cb5c19b992 (patch)
tree66e0ca2039216440ed838208b1c463b833500d86
parent1d5be0b61c80ca9045896d2faa4842955de7cb8b (diff)
downloadguix-0b767e3d5b2f02976587bba4be7379cb5c19b992.tar
guix-0b767e3d5b2f02976587bba4be7379cb5c19b992.tar.gz
install: Add nss-certs to the image.
* gnu/system/install.scm (installation-os)[packages]: Add nss-certs.
-rw-r--r--gnu/system/install.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 880a8be32d..137123c725 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -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")