about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:21:25 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commita253591c832db2df51ace678627a82254f10693d (patch)
tree1bee17a27e15af4e98371232a2203ffb6a8816ec
parent146d8b43b197310f3dab998fea566104d1a7994a (diff)
downloadblog-a253591c832db2df51ace678627a82254f10693d.tar.gz
Add missing ca cert
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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
   ];
 }