This commit is contained in:
JAremko 2019-01-19 02:52:50 +02:00 committed by Eugene Yaremenko
parent eb7dfb6907
commit 68a1b15ec8

View file

@ -12,13 +12,6 @@
(defconst spacemacs-docker-env-fp
"/etc/environment")
;; Export global configs.
(with-temp-buffer
(insert-file-contents spacemacs-docker-env-fp)
(goto-char (point-min))
(while (re-search-forward "\\(.*\\)=\"\\(.*\\)\"" nil t)
(setenv (match-string 1) (match-string 2))))
(defconst spacemacs-docker-temp-deps-dir
(format "%sspacemacs-deps-tmp/"
temporary-file-directory))