clan-cli backups: use new machine class for eval

This commit is contained in:
lassulus
2024-01-23 15:04:10 +01:00
parent 96c92a4cc0
commit f67e750bbf
4 changed files with 11 additions and 18 deletions

View File

@@ -27,11 +27,12 @@ in
];
};
};
test_backup_client = { pkgs, lib, ... }:
test_backup_client = { pkgs, lib, config, ... }:
let
dependencies = [
self
pkgs.stdenv.drvPath
clan.clanInternals.machines.x86_64-linux.test_backup_client.config.system.clan.deployment.file
] ++ builtins.map (i: i.outPath) (builtins.attrValues self.inputs);
closureInfo = pkgs.closureInfo { rootPaths = dependencies; };
in