Commit f5821a8
authored
[flakes] enable native nixpkgs download progress output (#623)
## 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 indicator1 parent 0892e0e commit f5821a8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments