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 /etc/guix/system.scm | |
| 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.
Diffstat (limited to 'etc/guix/system.scm')
| -rw-r--r-- | etc/guix/system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
