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