Skip to content

Commit

Permalink
Fix xargs command not found in make-disk-image script
Browse files Browse the repository at this point in the history
  • Loading branch information
danjujan authored and mergify[bot] committed May 14, 2024
1 parent f236f6d commit d62af72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/make-disk-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit d62af72

Please sign in to comment.