docs: Update jellarr input version in example

This example uses 0.0.1 and also enables the bootstrap feature, but that
feature did not exist in that version.

This feature is not in a tagged release yet so just use the default ref
of the repo.
This commit is contained in:
Brendan Jackman
2025-12-21 10:31:54 +01:00
parent 4b9b1d5347
commit 892ad56f11

View File

@@ -86,7 +86,7 @@ Add to your `flake.nix`:
```nix
{
inputs.jellarr.url = "github:venkyr77/jellarr/v0.0.1";
inputs.jellarr.url = "github:venkyr77/jellarr";
outputs = { self, nixpkgs, jellarr, ... }: {
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {