mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Fix xargs command not found in make-disk-image script
This commit is contained in:
parent
f236f6df36
commit
d62af72c22
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ let
|
|||
systemdMinimal
|
||||
nix
|
||||
util-linux
|
||||
findutils
|
||||
] ++ nixosConfig.config.disko.extraDependencies;
|
||||
preVM = ''
|
||||
${lib.concatMapStringsSep "\n" (disk: "truncate -s ${disk.imageSize} ${disk.name}.raw") (lib.attrValues nixosConfig.config.disko.devices.disk)}
|
||||
|
|
Loading…
Reference in a new issue