aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorbrian cully <bjc@spork.org>2026-03-10 11:25:19 -0400
committerbrian cully <bjc@spork.org>2026-03-10 12:07:27 -0400
commit55ff45523e7a8309bba9d14bc08e3f5af6528669 (patch)
treea6ce9f58e3040f48f8396a07cc26d2281c5187ac /.dir-locals.el
downloadguix-impermanence-init-55ff45523e7a8309bba9d14bc08e3f5af6528669.tar.gz
guix-impermanence-init-55ff45523e7a8309bba9d14bc08e3f5af6528669.zip
guix system config for tmpfs-mounted /
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..158d4ec
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil . ((compile-command . "guix system build ./config.scm"))))