From fbd5261215e07fdabfab08a1b600ed3ceab40173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 31 Oct 2024 09:58:10 +0100 Subject: [PATCH] add gitMinimal to the installer system packages --- machine/not522/installer/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machine/not522/installer/default.nix b/machine/not522/installer/default.nix index 1b560dff..8ed23083 100644 --- a/machine/not522/installer/default.nix +++ b/machine/not522/installer/default.nix @@ -36,5 +36,6 @@ in { set -eux exec ${pkgs.disko}/bin/disko-install --flake "${nixos-config}#not522" --disk main "${nixos-config.nixosConfigurations.not522.config.disko.devices.disk.main.device}" '') + gitMinimal ]; }