From a253591c832db2df51ace678627a82254f10693d Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 13:21:25 +0700 Subject: Add missing ca cert --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 162090e..d8d3b8d 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ pkgs.mkShell { name="build-env"; buildInputs = with pkgs; [ - git hugo rsync mdbook python3 + git hugo rsync mdbook python3 cacert ]; } -- cgit 1.4.1