Several changes:
- gpg working in darwin - new git full package - git settings for darwin (using different account) - updaded techinque to detect host platform
This commit is contained in:
parent
8fe4fdfcbc
commit
4d356b3a06
4 changed files with 27 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
# For some reason Hunspell dictionaries paths must be specified on Darwin
|
||||
home.sessionVariables =
|
||||
if pkgs.system == "x86_64-darwin" then {
|
||||
if pkgs.stdenv.hostPlatform.isDarwin then {
|
||||
DICPATH = "${pkgs.hunspellDicts.it_IT}/share/hunspell:${pkgs.hunspellDicts.en_US}/share/hunspell";
|
||||
} else { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue