Skip to content

Commit a75b9c5

Browse files
committed
add missing gawk
1 parent ceb2eac commit a75b9c5

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+
, gawk
910
, findutils
1011
, gnused
1112
, lib
@@ -19,6 +20,7 @@ let
1920
coreutils
2021
curl # when uploading tarballs
2122
gnugrep
23+
gawk
2224
findutils
2325
gnused # needed by ssh-copy-id
2426
];

0 commit comments

Comments
 (0)