From 79d6fc9bf3ab3de594a4d0e627b50021937ac83d Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 29 Mar 2025 22:26:36 +0100 Subject: [PATCH] fix name of nebula dependency --- .guix-channel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix-channel b/.guix-channel index 62fef83..97f5fab 100644 --- a/.guix-channel +++ b/.guix-channel @@ -5,6 +5,6 @@ (name nonguix) (url "https://gitlab.com/nonguix/nonguix.git")) (channel - (name 'nebula) + (name nebula) (url "https://git.sr.ht/~apoorv569/nebula"))))