summary refs log tree commit diff stats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Pearce2024-12-29 18:42:30 +0100
committerAlan Pearce2024-12-29 18:42:30 +0100
commit410f6fe48d070d8eaf50add3671795b4666732ee (patch)
tree5b866a6a0df1c70b09c4fb691e68e857601080a1 /.dir-locals.el
parent019976b57ef1fedc24fc7fc6f5e69f25e8f8612e (diff)
downloadnixfiles-410f6fe48d070d8eaf50add3671795b4666732ee.tar.lz
nixfiles-410f6fe48d070d8eaf50add3671795b4666732ee.tar.zst
nixfiles-410f6fe48d070d8eaf50add3671795b4666732ee.zip
update project compile-command
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index e352b5ac..3d3aa0bc 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,4 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((compile-command . "./bin/home-manager switch"))))
+((nil . ((compile-command . "home-manager switch --flake ."))))