diff options
-rw-r--r-- | .guix-channel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel index 2feef24..85cd9b5 100644 --- a/.guix-channel +++ b/.guix-channel @@ -9,8 +9,8 @@ (url "https://gitlab.com/nonguix/nonguix"))))) (define secrets - ((let ((name (name secrets)) - (url (url "file:///home/marek/Dokumenty/secrets"))) + ((let ((name '(name secrets)) + (url '(url "file:///home/marek/Dokumenty/secrets"))) (channel name url)))) (channel version-0 |