From 8bfd098c76dae6f2f62f667d22af4d872c7a6f93 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 22 May 2024 22:23:30 +0200 Subject: ayase: attempt to resolve unbound variable error: target --- systems/ayase/system-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/ayase/system-configuration.scm') diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index b2b4dac..3ba4f42 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -7,7 +7,7 @@ #:use-module (gnu services xorg)) (define main-memory - (target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841"))) + '(target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841"))) (define marek-account (user-account (name "marek") -- cgit v1.2.3