mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
No description
Mettre à jour .guix-channel See merge request glicid-public/glicid-non-free!1 |
||
---|---|---|
glicid-non-free/packages | ||
glicid-tainted/packages | ||
.guix-channel | ||
README.md |
glicid-non-free
Description
We define in this repository packages that we use at GLiCID HPC that are ether non-free.
Two channels here :
- main
: stable release of our channel
- devel
: development release of our channel, things may get broken
How to use
To use the guix-glicid channel, add these lines to ~/.config/guix/channels.scm or /etc/guix/channels.scm :
For stable release :
(channel
(name 'glicid)
(url "https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git")
(branch "main"))
For devel release :
(channel
(name 'glicid)
(url "https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git")
(branch "devel"))
Substitutes configuration
We offer substitutes (pre-built binaries) for these channels.
Substitutes configuration :
To obtain substitutes for packages in theses channel, add https://guix-substitutes.glicid.fr/ and authorize this key:
(public-key
(ecc
(curve Ed25519)
(q #C07EE66C971860BFE963856ADD29F5F97E347C0C97E4A915B0BE74114EB443AB#)))