about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:03:50 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:20 +0700
commit82a0ce718c57a5edd4d5932c799b3e0742178c6e (patch)
treeb25d484883a26551e76d28d0229ee4bffd5f7bfc
parent5662f7b2d3e524ed6e0be264ae894dd1b908824e (diff)
downloadblog-82a0ce718c57a5edd4d5932c799b3e0742178c6e.tar.gz
fix typo
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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
-  ]);
+  ];
 }