about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-nix.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-nix.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-nix.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-nix.el b/emacs/.emacs.d/wpc/wpc-nix.el
index 7407e02bfd41..15806e042fd3 100644
--- a/emacs/.emacs.d/wpc/wpc-nix.el
+++ b/emacs/.emacs.d/wpc/wpc-nix.el
@@ -21,6 +21,13 @@
 (use-package nix-mode
   :mode "\\.nix\\'")
 
+(defun nix/rebuild-emacs ()
+  "Use nix-env to rebuild wpcarros-emacs."
+  (interactive)
+  (start-process "nix-build/<briefcase>.emacs" "*nix-build/<briefcase>.emacs*"
+                 "nix-env" "-f" (f-join (getenv "BRIEFCASE") "emacs") "-i")
+  (display-buffer "*nix-build/<briefcase>.emacs*"))
+
 (defun nix/sly-from-briefcase (attribute)
   "Start a Sly REPL configured with a Lisp matching a derivation
   from my monorepo.