No description
Find a file
2024-09-23 10:52:41 +00:00
glicid modsecurity 3.0.13 2024-09-23 12:50:18 +02:00
.guix-channel revert changes for yade 2024-01-11 17:09:59 +01:00
README.md Update README.md 2022-05-10 08:38:10 +00:00

guix-glicid

Description

We define in this repository packages that we use at GLiCID HPC that are etheir not in guix main channels or with custom definitions.

Two channels here :

  • main CI Badge : stable release of our channel
  • devel CI Badge : 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/guix-glicid.git")
    (branch "main"))
For devel release :
(channel
    (name 'glicid)
    (url "https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.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#)))