mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
qemu-vm: fix case-hack appearing in store image
This commit is contained in:
parent
c31898adf5
commit
b2e9cc6167
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ let
|
|||
--absolute-names \
|
||||
--verbatim-files-from \
|
||||
--transform 'flags=rSh;s|/nix/store/||' \
|
||||
--transform 'flags=rSh;s|~nix~case~hack~[[:digit:]]\+||g' \
|
||||
--files-from ${hostPkgs.closureInfo { rootPaths = [ config.system.build.toplevel regInfo ]; }}/store-paths \
|
||||
| ${hostPkgs.erofs-utils}/bin/mkfs.erofs \
|
||||
--quiet \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue