about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2020-02-27 09:23:08 +0100
committerGitHub <noreply@github.com>2020-02-27 09:23:08 +0100
commit39ed5ff74c17b8f494c41e2d556483b2bd08f852 (patch)
tree0d4d25eab689cdfb843e102cbb3ba0129fea9fcb /nixos
parentaa0b692fbe410c2ed6aa5d67c6e6b7f3716e259a (diff)
parentd85c885dc4780b6622bd229ebd8579b91393861c (diff)
downloadnixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.tar
nixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.tar.gz
nixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.tar.bz2
nixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.tar.lz
nixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.tar.xz
nixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.tar.zst
nixlib-39ed5ff74c17b8f494c41e2d556483b2bd08f852.zip
Merge pull request #80329 from mmilata/hunspell-pathstolink
nixos: add /share/hunspell to environment.pathsToLink
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index aba9bc0945b1..4100ec897016 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -116,6 +116,7 @@ in
         "/lib" # FIXME: remove and update debug-info.nix
         "/sbin"
         "/share/emacs"
+        "/share/hunspell"
         "/share/nano"
         "/share/org"
         "/share/themes"