diff options
author | Ben Sima <ben@bsima.me> | 2020-07-06 19:51:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-07 11:32:23 -0700 |
commit | 38a6aae875f8eeb28e7774adcf319fd52178b900 (patch) | |
tree | d0a35d9a9e0a022fe24b4a958d7ec35e78fca5ba /lib/common.nix | |
parent | 30a45d8aa3f346d77cbf71a0d1444150b2f763a9 (diff) |
fixes for mac build
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index e9c270e..2cf63fc 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -17,7 +17,6 @@ in PAGER = "vimpager"; LEDGER_FILE = "${homedir}/.hledger.journal"; XTERM_LOCALE = locale; - LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; PYTHONSTARTUP = "${homedir}/.pythonrc"; }; |