Add git to nixos upgrade script
Some checks failed
/ dev-shell (push) Successful in 30s
/ rust-packages (push) Successful in 37s
/ terraform-providers (push) Successful in 56s
/ check (push) Failing after 2m0s
/ systems (push) Successful in 3m32s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-19 12:05:11 +02:00
parent 9bd9eb328b
commit a3eaca7fb0
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -13,6 +13,7 @@ let
runtimeInputs = [ runtimeInputs = [
pkgs.uutils-coreutils-noprefix pkgs.uutils-coreutils-noprefix
pkgs.nix pkgs.nix
pkgs.git
]; ];
name = "nixos-upgrade-prepare-flake"; name = "nixos-upgrade-prepare-flake";
text = '' text = ''