diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2021-01-21 17:30:26 +0100 |
---|---|---|
committer | Maximilian Bosch <maximilian@mbosch.me> | 2021-01-22 10:35:02 +0100 |
commit | d9367a2dd1f2cfe163b9c42e83a0569808ce6fc9 (patch) | |
tree | 253491827b0b394965b0b9d5f41ac3799a6a5ea9 /tests/fixed.nix | |
parent | 259100332f96250d6615d5839f6a77798c77aefb (diff) |
scripts/install-nix-from-closure: only show progress if a terminal is used
While the progress dots during the copying of the store work fine on a
normal terminal, those look pretty off if the script is run inside a
provisioning script of e.g. `vagrant` or `packer` where `stderr` and
`stdout` are captured:
default: .
default: ..
default: .
default: .
default: .
To work around this, the script checks with `-t 0` if it's
running on an actual terminal and doesn't show the progress if that's not
the case.
Diffstat (limited to 'tests/fixed.nix')
0 files changed, 0 insertions, 0 deletions