I checked, git is there.

This commit is contained in:
Jean-Paul Calderone 2022-01-27 15:03:21 -05:00
parent a8033e2c2f
commit 0fb56c9a48

View File

@ -454,12 +454,14 @@ jobs:
steps: steps:
- "run": - "run":
# The nixos/nix image does not include ssh. Install it so the
# `checkout` step will succeed.
name: "Install Basic Dependencies" name: "Install Basic Dependencies"
command: | command: |
nix-env \ nix-env \
--file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \ --file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \
--install \ --install \
-A git openssh -A openssh
- "checkout" - "checkout"