diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-02 00:18:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 00:18:13 +0300 |
commit | b7c70d3d9ba2c1dd698e9c5bce2f2727cc6a6d31 (patch) | |
tree | 640f078dc7115c8d8538090cfa60381aff015f28 /src/nix/README.md | |
parent | 752ba5db217895e06bb2ba345411cef6d0d8eae6 (diff) |
Automated documentation update (#254)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/nix/README.md')
-rw-r--r-- | src/nix/README.md | 4 |
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 |