Skip to content

Commit f82a50a

Browse files
committed
fix disk script deps
1 parent a1dd68b commit f82a50a

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)