summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-02-18 14:44:18 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-18 14:44:18 -0500
commit632118c3b573a8d7347574083390eae5fd01d0e6 (patch)
treeebcde445c0d315783c518fd3f945fed1cd8aaf06
parent3b6cedf05c2b7b45043395f172a71e184c91fb90 (diff)
Clean up indenting.
-rw-r--r--dthompson/machines/ikaruga.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dthompson/machines/ikaruga.scm b/dthompson/machines/ikaruga.scm
index 44b5e4c..0cae000 100644
--- a/dthompson/machines/ikaruga.scm
+++ b/dthompson/machines/ikaruga.scm
@@ -20,11 +20,11 @@
;;
;; To update the OS, run:
;;
-;; sudo -E guix system reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-os)'
+;; sudo -E guix system reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-os)'
;;
;; To update the home environment, run:
;;
-;; guix home reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-home)'
+;; guix home reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-home)'
(define-module (dthompson machines ikaruga)
#:use-module (dthompson home common)