diff options
author | Alan Pearce | 2024-12-29 18:42:30 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-29 18:42:30 +0100 |
commit | 410f6fe48d070d8eaf50add3671795b4666732ee (patch) | |
tree | 5b866a6a0df1c70b09c4fb691e68e857601080a1 /.dir-locals.el | |
parent | 019976b57ef1fedc24fc7fc6f5e69f25e8f8612e (diff) | |
download | nixfiles-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.el | 2 |
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 .")))) |