From 34e46097d0073fd920a7cad91d501eaee5a12b54 Mon Sep 17 00:00:00 2001 From: fluepke Date: Sun, 23 Nov 2025 17:54:17 +0100 Subject: [PATCH] Fix broken glibcLocales; Update README.md --- README.md | 2 ++ flake.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b54d24..86698bc 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ and adds the calendar table to `index.html`. Every change you make on the project will be reflected in your browser as long as `hugo serve` is running. +To build with *nix*: `nix build '.?submodules=1#production-content'` + ## Making a change 1. Use your local dev setup (see Getting started) or via the Forgejo editor. diff --git a/flake.nix b/flake.nix index 462a81d..39d9b6d 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ ])) ]; - LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; + # LOCALE_ARCHIVE = builtins.trace pkgs.glibcLocales "${pkgs.glibcLocales}/lib/locale/locale-archive"; # Build phase - run Hugo to generate the site buildPhase = ''