Skip to content

Commit 4079e0d

Browse files
Mic92mergify[bot]
authored andcommitted
add gnutar as dependency
1 parent 4ede0c8 commit 4079e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
, coreutils
77
, curl
88
, gnugrep
9+
, gnutar
910
, gawk
1011
, findutils
1112
, gnused
@@ -27,6 +28,7 @@ let
2728
findutils
2829
gnused # needed by ssh-copy-id
2930
sshpass # used to provide password for ssh-copy-id
31+
gnutar # used to upload extra-files
3032
];
3133
in
3234
stdenv.mkDerivation {

0 commit comments

Comments
 (0)