diff options
| author | EuAndreh <eu@euandre.org> | 2024-04-25 15:58:32 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-04-25 15:58:34 -0300 |
| commit | b57694a65eb7443c7cb832bc6cb6970d443279b5 (patch) | |
| tree | 743cae6c13e33f93c37c1d4173e42cbcbe93da5d | |
| parent | Revert "Remove Nix/NixOS support from configuration and utilities" (diff) | |
| download | dotfiles-b57694a65eb7443c7cb832bc6cb6970d443279b5.tar.gz dotfiles-b57694a65eb7443c7cb832bc6cb6970d443279b5.tar.xz | |
etc/guix/: Remove nss-certs package
Now %base-packages includes it by default.
| -rw-r--r-- | etc/guix/home.scm | 3 | ||||
| -rw-r--r-- | etc/guix/system.scm | 3 |
2 files changed, 2 insertions, 4 deletions
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 |
