aboutsummaryrefslogtreecommitdiff
path: root/src/nix/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/README.md')
-rw-r--r--src/nix/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/README.md b/src/nix/README.md
index dd4e248..0ad1077 100644
--- a/src/nix/README.md
+++ b/src/nix/README.md
@@ -19,8 +19,8 @@ Installs the Nix package manager and optionally a set of packages.
|-----|-----|-----|-----|
| version | Version of Nix to install. | string | latest |
| multiUser | Perform a multi-user install (instead of single user) | boolean | true |
-| packages | Optional comma separated list of Nix packages to install in profile. | string | |
-| flakeUri | Optional URI to a Nix Flake to install in profile. | string | |
+| packages | Optional comma separated list of Nix packages to install in profile. | string | - |
+| flakeUri | Optional URI to a Nix Flake to install in profile. | string | - |
## OS Support