From 5d82f400f159bcc367aac488805523bcfbad0176 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 22 Jul 2025 12:27:44 +0200 Subject: [PATCH] remove dependency on guix-science --- .guix-channel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.guix-channel b/.guix-channel index e852ac4..9761c36 100644 --- a/.guix-channel +++ b/.guix-channel @@ -3,9 +3,5 @@ (dependencies (channel (name nonguix) - (url "https://gitlab.com/nonguix/nonguix.git")) - (channel - (name guix-science) - (url "https://codeberg.org/guix-science/guix-science.git")) - )) + (url "https://gitlab.com/nonguix/nonguix.git"))))