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:
Jared Baur 2024-08-19 14:55:55 -07:00
parent 71b77717c9
commit cd998f9de9
No known key found for this signature in database

View File

@ -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} \