Update URLs in README

This commit is contained in:
Emery Hemingway 2021-10-17 14:25:34 +02:00
parent e65febdb5b
commit 0a801cfaea
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
To add to your local flake registry:
```sh
nix registry add syndicate "git+https://git.sr.ht/~ehmry/syndicate-flake?ref=trunk"
nix registry add syndicate "git+https://git.syndicate-lang.org/ehmry/syndicate-flake.git?ref=trunk"
```
## NixOS service
@ -12,7 +12,7 @@ To import the NixOS module:
```nix
{
# /etc/nixos/flake.nix
inputs.syndicate.url = "git+https://git.sr.ht/~ehmry/syndicate-flake";
inputs.syndicate.url = "git+https://git.syndicate-lang.org/ehmry/syndicate-flake.git?ref=trunk";
outputs = { self, nixpkgs, syndicate }: {