mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-09 03:56:06 +01:00
Set LOCALE_ARCHIVE
This commit is contained in:
parent
05a7c3bdc8
commit
debd51f76b
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@
|
||||||
# userEmail = "jane.doe@example.org";
|
# userEmail = "jane.doe@example.org";
|
||||||
#};
|
#};
|
||||||
|
|
||||||
|
# Fix locale (perl apps panic without it)
|
||||||
|
home.sessionVariables = {
|
||||||
|
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||||
|
};
|
||||||
|
|
||||||
# Simply install just the packages
|
# Simply install just the packages
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Stuff that you really really want to have
|
# Stuff that you really really want to have
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue