From 82a0ce718c57a5edd4d5932c799b3e0742178c6e Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 13:03:50 +0700 Subject: fix typo --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index f2dff6d..7d7eff2 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,6 @@ pkgs.mkShell { name="build-env"; buildInputs = with pkgs; [ hugo rsync mdbook - ]); + ]; } -- cgit 1.4.1