addding nonguix dependencies

This commit is contained in:
Jean-François GUILLAUME 2024-10-24 12:51:59 +00:00
commit 8b66af4333

View file

@ -6,4 +6,7 @@
; (url "https://gitlab.inria.fr/guix-hpc/guix-past")) ; (url "https://gitlab.inria.fr/guix-hpc/guix-past"))
(channel (channel
(name guix-science) (name guix-science)
(url "https://github.com/guix-science/guix-science.git")))) (url "https://github.com/guix-science/guix-science.git"))
(channel (name nonguix)
(url "https://gitlab.com/nonguix/nonguix"))
))