-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix copy
should show progress
#6533
Comments
It seems ok from my point of view?
gives a progress line like all flakes command looking like
|
But this progress is not updating properly. In your example 141 paths have been copied, but it still says "0.0" of "631.3 MiB". Similar here with Nix 2.11.1: |
Probably related #8108? |
Is your feature request related to a problem? Please describe.
When I'm deploying a configuration to my remote machine with
nix copy
, it tells me what path it's currently copying, but it doesn't tell me anything else about its progress. I don't know how many paths it has left to copy, how much data it's copying, or how far along in the copy it is.Describe the solution you'd like
nix copy
should show some indication of how many paths it has to copy and how many it has already copied, kind of like hownix build
shows number of derivations to build and how many it has already built.Ideally it would also show some indication of the size of the copied data (e.g. total size of all closures to copy, size already copied) like how
nix build
shows stats on downloaded paths. Even nicer if it can show me the rate at which data is being copied and estimate how long it will take to finish.The text was updated successfully, but these errors were encountered: