diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-05-22 22:23:30 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-05-22 22:23:30 +0200 |
commit | 8bfd098c76dae6f2f62f667d22af4d872c7a6f93 (patch) | |
tree | 08f910cb8d7e66b0cb42fe74c8a4c60fbabe4dab /systems/ayase/guix-ayase.org | |
parent | d64aa15e527563c9ac4130cc4a9f462e53c2439d (diff) |
ayase: attempt to resolve unbound variable error: target
Diffstat (limited to 'systems/ayase/guix-ayase.org')
-rw-r--r-- | systems/ayase/guix-ayase.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/ayase/guix-ayase.org b/systems/ayase/guix-ayase.org index e771db8..99ec866 100644 --- a/systems/ayase/guix-ayase.org +++ b/systems/ayase/guix-ayase.org @@ -17,7 +17,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") |