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

@ -1,9 +1,12 @@
(channel
(version 0)
(dependencies
; (channel
; (name guix-past)
; (url "https://gitlab.inria.fr/guix-hpc/guix-past"))
; (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"))))
(url "https://github.com/guix-science/guix-science.git"))
(channel (name nonguix)
(url "https://gitlab.com/nonguix/nonguix"))
))