You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
`nix flakes prefetch` has a native progress indicator in its output.
However,
it seems that using the `nixPackagesInstallWriter` would result in it
not displaying.
Perhaps because of the tab indentation? Not entirely sure.
This PR uses the regular `io.writer` instead of the custom
`nixPackagesInstallWriter`
for the nixpkgs prefetch
## How was it tested?
- set a new commit hash in devbox.json
- ran `devbox shell`
observed the progess indicator
0 commit comments