addding nonguix dependencies

This commit is contained in:
Jean-François GUILLAUME 2024-10-24 14:51:38 +02:00
parent e088d16719
commit 530e98f3df
GPG key ID: 38751DAE145EFB5A

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"))
))