Use a "master" branch for the sake of Nix tools

This commit is contained in:
Emery Hemingway 2022-03-01 17:37:59 -06:00
parent 07893891ea
commit 666e30a8b1
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.syndicate-lang.org/ehmry/syndicate-flake?ref=trunk"
nix registry add syndicate "git+https://git.syndicate-lang.org/ehmry/syndicate-flake"
```
## NixOS service
@ -12,7 +12,7 @@ To import the NixOS module:
```nix
{
# /etc/nixos/flake.nix
inputs.syndicate.url = "git+https://git.syndicate-lang.org/ehmry/syndicate-flake?ref=trunk";
inputs.syndicate.url = "git+https://git.syndicate-lang.org/ehmry/syndicate-flake";
outputs = { self, nixpkgs, syndicate }: {