diff --git a/_generator/src_template/{{cookiecutter.langserver}}/README.md b/_generator/src_template/{{cookiecutter.langserver}}/README.md index 3ab9b00..ec9f0fb 100644 --- a/_generator/src_template/{{cookiecutter.langserver}}/README.md +++ b/_generator/src_template/{{cookiecutter.langserver}}/README.md @@ -17,7 +17,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 | - | +| packages | Optinal additional comma separated list of Nix packages to install in profile besides default language server pacakge. | string | - | +| useAttrPath | Enable this option to use exact attribute path of the package in the Nixpkgs repository, aligning with the nix-env -iA command. | boolean | true | | 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 | - |