We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca69f1c commit 794819cCopy full SHA for 794819c
lib/default.nix
@@ -49,7 +49,7 @@ rec {
49
if (labelOption != null && label != null) then "${labelOption} '${label}'"
50
else "";
51
in (nixpkgs-lib.optionalString autoCreate ''
52
- PATH=$PATH:${with pkgs.buildPackages; lib.makeBinPath [ coreutils util-linux e2fsprogs ]}
+ PATH=$PATH:${with pkgs.buildPackages; lib.makeBinPath [ coreutils util-linux e2fsprogs xfsprogs dosfstools ]}
53
54
if [ ! -e '${image}' ]; then
55
touch '${image}'
0 commit comments