summary refs log tree commit diff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rw-r--r--emacs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.org b/emacs.org
index 05cbbf6..abea15b 100644
--- a/emacs.org
+++ b/emacs.org
@@ -448,7 +448,7 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto
          (setq haskell-process-wrapper-function
                (lambda (args)
                  (cons
-                  (nix-executable-find haskell-sandbox (car args))
+                  (nix-executable-find haskell-env (car args))
                   (cdr args))))
          (defun set-haskell-company-backends ()
            (set (make-local-variable 'company-backends)
@@ -474,7 +474,7 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto
          :hook
          (haskell-mode . dante-mode)
          :custom
-         (dante-repl-command-line (nix-executable-find haskell-sandbox "ghci"))
+         (dante-repl-command-line (nix-executable-find haskell-env "ghci"))
          (dante-methods '(nix-ghci bare-cabal bare-ghci)))
      #+end_src