diff options
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 da8b177..1f3c14e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ -((nil . ((compile-command . "make -j$(nproc)"))) +((nil . ((compile-command . "guix shell --pure --development --file=guix.scm -- make -j$(nproc)") (scheme-mode . ((eval . (put 'with-tests 'scheme-indent-function 1)) |