Skip to content

Commit 0d82cb0

Browse files
authored
README: correct the source-url parameter docs (#108)
* README: correct the source-url parameter docs * Fixup formatting
1 parent 2a2ecc1 commit 0d82cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Differing from the upstream [Nix](https://github.com/NixOS/nix) installer script
110110
| `source-pr` | The pull request of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, and `source-branch`) | integer | |
111111
| `source-revision` | The revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, and `source-pr`) | string | |
112112
| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | string | |
113-
| `source-url` | A URL pointing to a `nix-installer.sh` script | URL | `https://install.determinate.systems/nix` |
113+
| `source-url` | A URL pointing to the `nix-installer` binary | URL | n/a (calculated) |
114114
| `nix-package-url` | The Nix package URL | URL | |
115115
| `planner` | The installation [planner] to use | enum (`linux` or `macos`) | |
116116
| `reinstall` | Force a reinstall if an existing installation is detected (consider backing up `/nix/store`) | Boolean | `false` |

0 commit comments

Comments
 (0)