mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 13:48:36 +02:00
Update README.md
This commit is contained in:
parent
7ce1527394
commit
499633feb4
1 changed files with 28 additions and 2 deletions
30
README.md
30
README.md
|
@ -12,7 +12,9 @@ How to use
|
||||||
---
|
---
|
||||||
To use the guix-glicid channel, add these lines to ~/.config/guix/channels.scm or /etc/guix/channels.scm :
|
To use the guix-glicid channel, add these lines to ~/.config/guix/channels.scm or /etc/guix/channels.scm :
|
||||||
|
|
||||||
For stable release :
|
<details>
|
||||||
|
<summary>For stable release :</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
(channel
|
(channel
|
||||||
(name 'glicid)
|
(name 'glicid)
|
||||||
|
@ -20,10 +22,34 @@ For stable release :
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
```
|
```
|
||||||
|
|
||||||
For devel release :
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>For devel release :</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
(channel
|
(channel
|
||||||
(name 'glicid)
|
(name 'glicid)
|
||||||
(url "https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git")
|
(url "https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git")
|
||||||
(branch "devel"))
|
(branch "devel"))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
Substitutes configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
We offer substitutes (pre-built binaries) for these channels.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Substitutes configuration :</summary>
|
||||||
|
|
||||||
|
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#)))
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue