Skip to content

Commit 32510a7

Browse files
bors[bot]Mic92
andauthored
Merge #43
43: CI r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2 parents 524a0c9 + b28ec1b commit 32510a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
, nix
66
, coreutils
77
, curl
8+
, gnugrep
9+
, findutils
10+
, gnused
811
}:
912
let
1013
runtimeInputs = [
@@ -14,6 +17,9 @@ let
1417
nix
1518
coreutils
1619
curl # when uploading tarballs
20+
gnugrep
21+
findutils
22+
gnused # needed by ssh-copy-id
1723
];
1824
in
1925
(writeShellApplication {

0 commit comments

Comments
 (0)