From b57694a65eb7443c7cb832bc6cb6970d443279b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 25 Apr 2024 15:58:32 -0300 Subject: etc/guix/: Remove nss-certs package Now %base-packages includes it by default. --- etc/guix/home.scm | 3 +-- etc/guix/system.scm | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'etc/guix') diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 452d521..41e28cc 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -101,8 +101,7 @@ (packages (append (map (compose list specification->package+output symbol->string) - '(nss-certs - nss:bin + '(nss:bin glibc-locales bash coreutils diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 5fdd436..1e97a65 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -142,9 +142,8 @@ Seiko Epson Color Ink Jet Printers.") (packages (append (map (compose list specification->package+output symbol->string) - '(nss-certs + '(cups nix - cups ghc ghc-xmonad-contrib xmonad -- cgit v1.2.3