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