Skip to content

Commit 794819c

Browse files
committed
lib/default: add xfsprogs and dosfstools to createVolumesScript
Fixes Github issue #189
1 parent ca69f1c commit 794819c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rec {
4949
if (labelOption != null && label != null) then "${labelOption} '${label}'"
5050
else "";
5151
in (nixpkgs-lib.optionalString autoCreate ''
52-
PATH=$PATH:${with pkgs.buildPackages; lib.makeBinPath [ coreutils util-linux e2fsprogs ]}
52+
PATH=$PATH:${with pkgs.buildPackages; lib.makeBinPath [ coreutils util-linux e2fsprogs xfsprogs dosfstools ]}
5353
5454
if [ ! -e '${image}' ]; then
5555
touch '${image}'

0 commit comments

Comments
 (0)