mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
Update README.md
This commit is contained in:
parent
276bbcdbd0
commit
7b5d3e5a65
1 changed files with 28 additions and 3 deletions
31
README.md
31
README.md
|
@ -1,4 +1,29 @@
|
||||||
= guix-glicid ![CI Badge]https://guix.glicid.fr/jobset/glicid/badge.svg?type=1
|
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 : devel and main.
|
Two channels here :
|
||||||
Please use main for something stable.
|
- 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/guix-glicid.git")
|
||||||
|
(branch "main"))
|
||||||
|
```
|
||||||
|
|
||||||
|
For devel release :
|
||||||
|
```
|
||||||
|
(channel
|
||||||
|
(name 'glicid)
|
||||||
|
(url "https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git")
|
||||||
|
(branch "devel"))
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue