mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 21:11:04 +01:00
add tests for showing help
This commit is contained in:
parent
ac5f147afc
commit
c2122d0ebc
3 changed files with 72 additions and 1 deletions
|
|
@ -188,6 +188,7 @@
|
|||
buildPackages.mercurial # FIXME: remove? only needed for tests
|
||||
buildPackages.jq # Also for custom mdBook preprocessor.
|
||||
buildPackages.openssh # only needed for tests (ssh-keygen)
|
||||
buildPackages.man # needed for testing `nix-* --help`
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [(buildPackages.util-linuxMinimal or buildPackages.utillinuxMinimal)];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue