mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/qemu-vm: suppress mkfs.erofs output
The mkfs.erofs utility has a lot of output by default that slows down running tests. We don't need to capture any of the output from mkfs.erofs, so we can suppress it.
This commit is contained in:
parent
71b77717c9
commit
cd998f9de9
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ let
|
|||
--transform 'flags=rSh;s|/nix/store/||' \
|
||||
--files-from ${hostPkgs.closureInfo { rootPaths = [ config.system.build.toplevel regInfo ]; }}/store-paths \
|
||||
| ${hostPkgs.erofs-utils}/bin/mkfs.erofs \
|
||||
--quiet \
|
||||
--force-uid=0 \
|
||||
--force-gid=0 \
|
||||
-L ${nixStoreFilesystemLabel} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue