abbith/guix/README.org

15 lines
349 B
Org Mode
Raw Normal View History

2020-08-16 12:31:18 -04:00
#+TITLE: Guix Configurations
* Channels
:PROPERTIES:
:header-args+ :mkdir p yes
:header-args+ :tangle ~/.config/guix/channels.scm
:END:
#+begin_src scheme
(cons (channel
(name 'guix-hpc)
(url "https://gitlab.inria.fr/guix-hpc/guix-hpc.git")
(branch "master"))
%default-channels)
#+end_src