From 082f569611a889ef0e852263b5ba23373936b422 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 8 Feb 2019 15:30:08 +0100 Subject: [PATCH] install: Add nss-certs to the image. * gnu/system/install.scm (installation-os)[packages]: Add nss-certs. --- gnu/system/install.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 880a8be32..137123c72 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") -- 2.20.1