1
1
Fork 0
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:
Valentin Gagarin 2024-03-04 10:11:41 +01:00
parent ac5f147afc
commit c2122d0ebc
3 changed files with 72 additions and 1 deletions

View file

@ -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)];