From 4585c072975fc8ef28938b6573b38fbfb3a1a491 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 1 Mar 2024 00:01:43 +0100 Subject: Various small fixes --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 311494b..38b5c50 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,7 @@ { pkgs ? import {} }: pkgs.mkShell { + LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; name = "hugo"; nativeBuildInputs = with pkgs; [ hugo ]; } -- cgit v1.2.3