diff --git a/src/default.nix b/src/default.nix index 3a98a39..f0cceb2 100644 --- a/src/default.nix +++ b/src/default.nix @@ -6,6 +6,7 @@ , coreutils , curl , gnugrep +, gawk , findutils , gnused , lib @@ -19,6 +20,7 @@ let coreutils curl # when uploading tarballs gnugrep + gawk findutils gnused # needed by ssh-copy-id ];