Add channel instructions to README

This commit is contained in:
Emery Hemingway 2023-11-26 18:10:56 +02:00
parent 34795431e5
commit 35f8f78b9e
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Syndicate Nix flake
Add as a Nix channel.
```sh
$ doas nix-channel --add https://git.syndicate-lang.org/ehmry/syndicate-flake/archive/trunk.tar.gz syndicate
```
To add to your local flake registry:
```sh
nix registry add syndicate "git+https://git.syndicate-lang.org/ehmry/syndicate-flake"
$ nix registry add syndicate "git+https://git.syndicate-lang.org/ehmry/syndicate-flake"
```