diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 13:21:25 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:21 +0700 |
commit | a253591c832db2df51ace678627a82254f10693d (patch) | |
tree | 1bee17a27e15af4e98371232a2203ffb6a8816ec | |
parent | 146d8b43b197310f3dab998fea566104d1a7994a (diff) | |
download | blog-a253591c832db2df51ace678627a82254f10693d.tar.gz |
Add missing ca cert
-rw-r--r-- | shell.nix | 2 |
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 ]; } |