about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-09-21 07:51:05 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-09-21 07:51:05 +0100
commitadf1b29b44c461a9ebf4c6bf8138edcda9e1c528 (patch)
treeb753ea073c99615941a40b3b793e814c999e5dee /nix-conf/home
parent967609917c8b052c751ca39f4ebf6647ec0040e2 (diff)
downloaddotfiles-adf1b29b44c461a9ebf4c6bf8138edcda9e1c528.tar.gz
Add cacert on darwin
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/darwin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/darwin.nix b/nix-conf/home/includes/darwin.nix
index 911b1c8..1bcec33 100644
--- a/nix-conf/home/includes/darwin.nix
+++ b/nix-conf/home/includes/darwin.nix
@@ -29,6 +29,7 @@ in
 
   home.packages = with pkgs; [
     awscli2
+    cacert
     coreutils
     curl
     diffutils