Skip to content

Commit e6f1a56

Browse files
committed
docs/using/install: Fix Flake URL
1 parent 47e4c14 commit e6f1a56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/content/docs/using/install.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ environment.systemPackages = [
156156
```nix title="flake.nix"
157157
{
158158
inputs.moonlight = {
159-
url = "github:moonlight-mod/moonlight"; # Add `/develop` to the flake URL to use nightly.
159+
# This corresponds to the nightly releases of moonlight.
160+
# For a stable release, add the version to the end of the URL: "github:moonlight-mod/moonlight/vX.Y.Z"
161+
url = "github:moonlight-mod/moonlight";
160162
inputs.nixpkgs.follows = "nixpkgs";
161163
}
162164
}

0 commit comments

Comments
 (0)