Commit 5fbf40571ffd
Changed files (1)
.dir-locals.el
@@ -1,5 +1,7 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
-((nix-mode
+((nil (eval . (setq projectile-project-compilation-cmd "home-manager build"
+ projectile-project-run-cmd "home-manager switch")))
+ (nix-mode
(tab-width . 2)))