juspay / omnix

🚧 A Nix wrapper to improve developer experience
https://omnix.page
GNU Affero General Public License v3.0
70 stars 5 forks source link

`om show`: Display progress from `nix flake show` #209

Open srid opened 1 month ago

srid commented 1 month ago

nix flake show will display download/build progress like:

[0/3 built, 7/58/401 copied (137.8/3768.9 MiB), 19.2/406.0 MiB DL] fetching gnutar-1.34 from https://cache.nixoserror: interrupted by the user

om show on the other hand just goes silent, which can be strange when run on large/complex flakes (with long waiting time).

srid commented 1 month ago

Try it on github:nammayatri/nammayatri (without local cache)