commit 4b3539eb1ca1bb1dd873d9ffcc9b1a1de265eefd parent 75e4e7be44cab057dae65408a9e16f3ec08ad0b7 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 30 Sep 2023 19:18:55 +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 @@ -13,6 +13,7 @@ pkgs.yarn pkgs.nodejs_20 pkgs.curl + pkgs.rustup ]; }; };