Skip to content

Commit

Permalink
lib/default: add xfsprogs and dosfstools to createVolumesScript
Browse files Browse the repository at this point in the history
Fixes Github issue #189
  • Loading branch information
astro committed Jan 20, 2024
1 parent ca69f1c commit 794819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rec {
if (labelOption != null && label != null) then "${labelOption} '${label}'"
else "";
in (nixpkgs-lib.optionalString autoCreate ''
PATH=$PATH:${with pkgs.buildPackages; lib.makeBinPath [ coreutils util-linux e2fsprogs ]}
PATH=$PATH:${with pkgs.buildPackages; lib.makeBinPath [ coreutils util-linux e2fsprogs xfsprogs dosfstools ]}
if [ ! -e '${image}' ]; then
touch '${image}'
Expand Down

0 comments on commit 794819c

Please sign in to comment.