Merge pull request #333 from bam80/patch-1

nixos-generate: fix "specialArgs: command not found"
This commit is contained in:
Jörg Thalheim 2024-04-22 12:53:54 +02:00 committed by GitHub
commit 722b512eb7
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
}