diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-12 22:14:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 22:14:29 +0300 |
commit | 00a51775eb76c143c96ca12079c780fef7954955 (patch) | |
tree | a98d66f0270068320a5eb5a7a62b9a04277ebe27 | |
parent | 1c61d1a0390ad52355e59df898f80a10f683bd12 (diff) |
Automated documentation update (#279)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/nix/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/README.md b/src/nix/README.md index 0ad1077..dcbc9a1 100644 --- a/src/nix/README.md +++ b/src/nix/README.md @@ -21,6 +21,7 @@ Installs the Nix package manager and optionally a set of packages. | 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 | - | +| extraNixConfig | Optional comma separated list of extra lines to add to /etc/nix/nix.conf. | string | - | ## OS Support |