mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-21 14:44:14 +03:00
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:
parent
d942db8df8
commit
80f8f3fe0f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user