You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nix/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Installs the Nix package manager and optionally a set of packages.
18
18
| version | Version of Nix to install. | string | latest |
19
19
| multiUser | Perform a multi-user install (instead of single user) | boolean | true |
20
20
| packages | Optional comma separated list of Nix packages to install in profile. | string | - |
21
+
| useAttributePath | Enable this option to use exact attribute path of the package in the Nixpkgs repository, aligning with the nix-env -iA command. | boolean | false |
21
22
| flakeUri | Optional URI to a Nix Flake to install in profile. | string | - |
22
23
| extraNixConfig | Optional comma separated list of extra lines to add to /etc/nix/nix.conf. | string | - |
0 commit comments