aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0597f25c9..0afc723b0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -327,6 +327,9 @@
installFlags = "sysconfdir=$(out)/etc";
strictDeps = false;
+ # Required to make non-NixOS Linux not complain about missing locale files during configure in a dev shell
+ LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
+
shellHook = ''
PATH=$prefix/bin:$PATH
unset PYTHONPATH