From e5714bd4c3c0eb01beaf1522d50f630601053699 Mon Sep 17 00:00:00 2001 From: Jeff MrBear Date: Mon, 23 Jun 2025 08:02:42 +0200 Subject: [PATCH] updating channel depedencies --- .guix-channel | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.guix-channel b/.guix-channel index 91fcde3..5394c34 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,8 +2,7 @@ (version 0) (dependencies (channel - (name 'nonguix) - (url "https://gitlab.com/nonguix/nonguix")) - (channel - (name 'guix-science) - (url "https://codeberg.org/guix-science/guix-science.git")))) + (name guix-science) + (url "https://codeberg.org/guix-science/guix-science.git")) + (channel (name nonguix) + (url "https://gitlab.com/nonguix/nonguix"))))