ci-performance: remove self reference from installation test

This commit is contained in:
DavHau
2025-04-30 15:53:18 +07:00
parent 02ca5bd870
commit e2d1ca0439

View File

@@ -8,7 +8,6 @@ let
{ modulesPath, pkgs, ... }: { modulesPath, pkgs, ... }:
let let
dependencies = [ dependencies = [
self
self.clanInternals.machines.${pkgs.hostPlatform.system}.test-install-machine-with-system.config.system.build.toplevel self.clanInternals.machines.${pkgs.hostPlatform.system}.test-install-machine-with-system.config.system.build.toplevel
self.clanInternals.machines.${pkgs.hostPlatform.system}.test-install-machine-with-system.config.system.build.diskoScript self.clanInternals.machines.${pkgs.hostPlatform.system}.test-install-machine-with-system.config.system.build.diskoScript
self.clanInternals.machines.${pkgs.hostPlatform.system}.test-install-machine-with-system.config.system.clan.deployment.file self.clanInternals.machines.${pkgs.hostPlatform.system}.test-install-machine-with-system.config.system.clan.deployment.file