diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-02-08 15:30:08 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-02-10 15:17:37 +0100 |
commit | 0b767e3d5b2f02976587bba4be7379cb5c19b992 (patch) | |
tree | 66e0ca2039216440ed838208b1c463b833500d86 /gnu/system/install.scm | |
parent | 1d5be0b61c80ca9045896d2faa4842955de7cb8b (diff) | |
download | patches-0b767e3d5b2f02976587bba4be7379cb5c19b992.tar patches-0b767e3d5b2f02976587bba4be7379cb5c19b992.tar.gz |
install: Add nss-certs to the image.
* gnu/system/install.scm (installation-os)[packages]: Add nss-certs.
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 1 |
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") |