all repos — nixfiles @ baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34

System and user configuration, managed by nix and home-manager

default to "home-manager switch" as compilation command in this repo
Alan Pearce alan@alanpearce.eu
Fri, 16 Jun 2023 07:46:31 +0200
commit

baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34

parent

9ea8cd61a4cddf9321baea436bfd34a5d024f04f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .dir-locals.el.dir-locals.el
@@ -1,4 +1,4 @@ ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((projectile-project-compilation-cmd . "home-manager switch"))))
+((nil . ((compile-command . "home-manager switch"))))