From de34e058f6e88d255920ed3164c0bb072a1d7582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 24 Aug 2024 11:43:49 +0200 Subject: [PATCH] hw-generate: don't load nixos-install-tools on local machine We only need this on the target. Our installer have it already. --- pkgs/clan-cli/clan_cli/machines/hardware.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/machines/hardware.py b/pkgs/clan-cli/clan_cli/machines/hardware.py index e026be9d1..f7b28863c 100644 --- a/pkgs/clan-cli/clan_cli/machines/hardware.py +++ b/pkgs/clan-cli/clan_cli/machines/hardware.py @@ -120,8 +120,6 @@ def generate_machine_hardware_info( [ "nixpkgs#openssh", "nixpkgs#sshpass", - # Provides nixos-generate-config on non-NixOS systems - "nixpkgs#nixos-install-tools", ], [ *(["sshpass", "-p", f"{password}"] if password else []),