1
0
Fork 0
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:
Valentin Gagarin 2024-03-04 16:07:03 +01:00
parent 8a9eec375c
commit 4b15ca2ffb
3 changed files with 83 additions and 1 deletions

View file

@ -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