Skip to content

Commit e2da755

Browse files
authored
fix disk script deps (#470)
2 parents a1dd68b + f82a50a commit e2da755

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/disk-script/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
, coreutils
77
, findutils
88
, closureInfo
9+
, pv
910
,
1011
}:
1112

@@ -20,6 +21,7 @@ writeShellApplication {
2021
gnutar
2122
squashfsTools
2223
pigz
24+
pv
2325
];
2426
text = ''
2527
set -x

0 commit comments

Comments
 (0)