From 6f7e911d4e3c0190ab4230190c6f22f19fff14ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 Jul 2023 12:42:37 +0300 Subject: [PATCH] flakes: add locale-archive --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b3bf2da..0b1f09f 100644 --- a/flake.nix +++ b/flake.nix @@ -124,6 +124,7 @@ in { devShells.default = with pkgs; mkShell { + LOCALE_ARCHIVE = "${glibcLocales}/lib/locale/locale-archive"; packages = [ pkgs.rage pkgs.ssh-to-age