We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d002ce9 + 53c0b6a commit 507911dCopy full SHA for 507911d
nixos-generate
@@ -41,7 +41,7 @@ Options:
41
* --system: specify the target system (eg: x86_64-linux)
42
* -o, --out-link: specify the outlink location for nix-build
43
* --cores : to control the maximum amount of parallelism. (see nix-build documentation)
44
-* --option : Passed to nix-build (see nix-build documentation).
+* --option : Passed to Nix commands (see nix-build documentation).
45
* --special-arg : Passed to the "specialArgs" variable
46
* -I KEY=VALUE: Add a key to the Nix expression search path.
47
USAGE
@@ -103,7 +103,7 @@ while [[ $# -gt 0 ]]; do
103
shift 2
104
;;
105
--option)
106
- nix_build_args+=("$1" "$2" "$3")
+ nix_args+=("$1" "$2" "$3")
107
108
109
-f | --format)
0 commit comments