From 9ea7912596d3114b2be70f4e8f3944503f050f38 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 30 Nov 2024 19:30:57 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20TLS=20error=20in=20chezmoi?= =?UTF-8?q?=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 12 ++++++------ nix/users/walkah/home.nix | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5fff667..0ba7754 100644 --- a/flake.lock +++ b/flake.lock @@ -137,11 +137,11 @@ ] }, "locked": { - "lastModified": 1732482255, - "narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=", + "lastModified": 1732884235, + "narHash": "sha256-r8j6R3nrvwbT1aUp4EPQ1KC7gm0pu9VcV1aNaB+XG6Q=", "owner": "nix-community", "repo": "home-manager", - "rev": "a9953635d7f34e7358d5189751110f87e3ac17da", + "rev": "819f682269f4e002884702b87e445c82840c68f2", "type": "github" }, "original": { @@ -222,11 +222,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1732617236, - "narHash": "sha256-PYkz6U0bSEaEB1al7O1XsqVNeSNS+s3NVclJw7YC43w=", + "lastModified": 1732937961, + "narHash": "sha256-B5pYT+IVaqcrfOekkwKvx/iToDnuQWzc2oyDxzzBDc4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "af51545ec9a44eadf3fe3547610a5cdd882bc34e", + "rev": "4703b8d2c708e13a8cab03d865f90973536dcdf5", "type": "github" }, "original": { diff --git a/nix/users/walkah/home.nix b/nix/users/walkah/home.nix index 0c0c8e2..5a72944 100644 --- a/nix/users/walkah/home.nix +++ b/nix/users/walkah/home.nix @@ -15,6 +15,7 @@ ]; activation.chezmoi = lib.hm.dag.entryAfter [ "installPackages" ] '' + export SSL_CERT_FILE="${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; export PATH="${pkgs.git}/bin:${pkgs.openssh}/bin:$PATH" if [ ! -d $HOME/.local/share/chezmoi ]; then $DRY_RUN_CMD ${pkgs.chezmoi}/bin/chezmoi init --apply walkah/dotfiles