Skip to content

Commit

Permalink
update template README
Browse files Browse the repository at this point in the history
  • Loading branch information
nohzafk committed Jan 2, 2024
1 parent 3542f40 commit fe51e49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |

Expand Down

0 comments on commit fe51e49

Please sign in to comment.