mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
add tests for showing help
This commit is contained in:
parent
8a9eec375c
commit
4b15ca2ffb
3 changed files with 83 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
, libgit2
|
||||
, libseccomp
|
||||
, libsodium
|
||||
, man
|
||||
, lowdown
|
||||
, mdbook
|
||||
, mdbook-linkcheck
|
||||
|
@ -213,6 +214,7 @@ in {
|
|||
git
|
||||
mercurial
|
||||
openssh
|
||||
man # for testing `nix-* --help`
|
||||
] ++ lib.optionals (doInstallCheck || enableManual) [
|
||||
jq # Also for custom mdBook preprocessor.
|
||||
] ++ lib.optional stdenv.hostPlatform.isLinux util-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue