mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
parent
b175e5bb6d
commit
fd062585ac
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ source common.sh
|
|||
#nix-hash --help | grepQuiet base32
|
||||
|
||||
# Can we ask for the version number?
|
||||
nix-env --version | grep "$version"
|
||||
nix-env --version | grep -F "${_NIX_TEST_CLIENT_VERSION:-$version}"
|
||||
|
||||
nix_env=$(type -P nix-env)
|
||||
(PATH=""; ! $nix_env --help 2>&1 ) | grepQuiet -F "The 'man' command was not found, but it is needed for 'nix-env' and some other 'nix-*' commands' help text. Perhaps you could install the 'man' command?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue