commit 6e1baa4e063d0556f417dd7450f41c898939e286 parent f7bd84947d03cbea68874a11a4c04b1c3cd9f8c3 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 30 Sep 2023 19:24:30 +0200 Add more deps to the path Diffstat:
| M | nixos/common/lib/github-runner.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/common/lib/github-runner.nix b/nixos/common/lib/github-runner.nix @@ -19,6 +19,7 @@ pkgs.openssl pkgs.pcre pkgs.protobufc + pkgs.autoconf ]; }; };