From 85ab8d8071a2dd78c933fdc10ee3392af3e1e1c9 Mon Sep 17 00:00:00 2001 From: gabriel-doriath-dohler Date: Mon, 15 Aug 2022 23:59:59 +0000 Subject: [PATCH] Install git Needed for deployments with krops. --- machines/remote-builder-01/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/remote-builder-01/configuration.nix b/machines/remote-builder-01/configuration.nix index ebcd1a9..a28068c 100644 --- a/machines/remote-builder-01/configuration.nix +++ b/machines/remote-builder-01/configuration.nix @@ -41,7 +41,7 @@ }; # List packages installed in system profile. To search, run: - environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ]; + environment.systemPackages = with pkgs; [ vim wget kitty.terminfo git ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];