From fe51e499a7d369a88eb80c9c09a0551ba908fe80 Mon Sep 17 00:00:00 2001 From: nohzafk <149959021+nohzafk@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:51:03 +0800 Subject: [PATCH] update template README --- _generator/src_template/{{cookiecutter.langserver}}/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 | - |