From 530e98f3df3fdd5cecc70da7b7d3a9a6115ca532 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Thu, 24 Oct 2024 14:51:38 +0200 Subject: [PATCH] addding nonguix dependencies --- .guix-channel | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.guix-channel b/.guix-channel index 16a38aa..bfe5784 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,9 +1,12 @@ (channel - (version 0) - (dependencies -; (channel -; (name guix-past) -; (url "https://gitlab.inria.fr/guix-hpc/guix-past")) - (channel - (name guix-science) - (url "https://github.com/guix-science/guix-science.git")))) \ No newline at end of file + (version 0) + (dependencies + ; (channel + ; (name guix-past) + ; (url "https://gitlab.inria.fr/guix-hpc/guix-past")) + (channel + (name guix-science) + (url "https://github.com/guix-science/guix-science.git")) + (channel (name nonguix) + (url "https://gitlab.com/nonguix/nonguix")) + ))