about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/site-start.el
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-09-12 19:06:44 +0200
committerVladimír Čunát <v@cunat.cz>2023-09-12 19:06:44 +0200
commit300eaad172fef6365ffd06d3816c2e6377c46311 (patch)
treeb877cef4af6268503496fe59cc0f72a36da32b9f /pkgs/applications/editors/emacs/site-start.el
parentbc6f47f644cc42eed1fab8d0e16bb4ce32833f52 (diff)
parentb874fb56d0f07a0ff88fcdc17e0001760ca89556 (diff)
downloadnixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.gz
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.bz2
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.lz
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.xz
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.zst
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/applications/editors/emacs/site-start.el')
-rw-r--r--pkgs/applications/editors/emacs/site-start.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/site-start.el b/pkgs/applications/editors/emacs/site-start.el
index 4e61777424c1..c844e703e385 100644
--- a/pkgs/applications/editors/emacs/site-start.el
+++ b/pkgs/applications/editors/emacs/site-start.el
@@ -68,7 +68,9 @@ least specific (the system profile)"
   ;; TODO: We should also add the other `NIX_PROFILES' to this path.
   ;; However, these are user-specific, so we would need to discover
   ;; them dynamically after connecting via `tramp'
-  '(add-to-list 'tramp-remote-path "/run/current-system/sw/bin"))
+  '(progn
+     (add-to-list 'tramp-remote-path "/run/current-system/sw/bin")
+     (add-to-list 'tramp-remote-path "/run/wrappers/bin")))
 
 ;;; C source directory
 ;;;