nixos-generate: fix "specialArgs: command not found"

$ nixos-generate --help
/nix/store/...-nixos-generate/bin/.nixos-generate-wrapped: line 25: specialArgs: command not found
Usage: /nix/store/...-nixos-generate/bin/.nixos-generate-wrapped [options]
...
This commit is contained in:
Andrey Butirsky 2024-04-22 01:37:04 +03:00 committed by GitHub
parent d942db8df8
commit 80f8f3fe0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ Options:
* -o, --out-link: specify the outlink location for nix-build
* --cores : to control the maximum amount of parallelism. (see nix-build documentation)
* --option : Passed to nix-build (see nix-build documentation).
* --special-arg : Passed to the `specialArgs` variable
* --special-arg : Passed to the "specialArgs" variable
* -I KEY=VALUE: Add a key to the Nix expression search path.
USAGE
}