summaryrefslogtreecommitdiff
path: root/systems/ayase.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/ayase.scm')
-rw-r--r--systems/ayase.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/systems/ayase.scm b/systems/ayase.scm
index 1adcac4..703fcd3 100644
--- a/systems/ayase.scm
+++ b/systems/ayase.scm
@@ -141,7 +141,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(define-public (operating-system*)
+(define (operating-system*)
(use-modules (nongnu packages linux)
(nongnu system linux-initrd)
(gnu system keyboard)
@@ -163,4 +163,7 @@
(services services)
(sudoers-file %sudoers-specification*)))
-(operating-system*)
+(define-public operating-system*
+ (operating-system*))
+
+operating-system*