diff --git a/README.md b/README.md index 0351a0a..f003439 100644 --- a/README.md +++ b/README.md @@ -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.git?ref=trunk" +nix registry add syndicate "git+https://git.syndicate-lang.org/ehmry/syndicate-flake?ref=trunk" ``` ## 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.git?ref=trunk"; + inputs.syndicate.url = "git+https://git.syndicate-lang.org/ehmry/syndicate-flake?ref=trunk"; outputs = { self, nixpkgs, syndicate }: {