From c2a5111453c0991e7edcc148ae5c311537691560 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Thu, 10 Apr 2025 22:25:13 +0200 Subject: [PATCH] add guix-science as dependency --- .guix-channel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.guix-channel b/.guix-channel index 97f5fab..ae19e59 100644 --- a/.guix-channel +++ b/.guix-channel @@ -4,6 +4,9 @@ (channel (name nonguix) (url "https://gitlab.com/nonguix/nonguix.git")) + (channel + (name guix-science) + (url "https://codeberg.org/guix-science/guix-science.git")) (channel (name nebula) (url "https://git.sr.ht/~apoorv569/nebula"))))