clan-cli install: use new Machine interface, fix mypy error

This commit is contained in:
lassulus
2024-01-24 13:23:10 +01:00
parent 6ba641c974
commit abaa218e27
2 changed files with 19 additions and 7 deletions

View File

@@ -41,8 +41,9 @@ in
dependencies = [
self
pkgs.stdenv.drvPath
self.nixosConfigurations.test_install_machine.config.system.build.toplevel
self.nixosConfigurations.test_install_machine.config.system.build.diskoScript
clan.clanInternals.machines.x86_64-linux.test_install_machine.config.system.build.toplevel
clan.clanInternals.machines.x86_64-linux.test_install_machine.config.system.build.diskoScript
clan.clanInternals.machines.x86_64-linux.test_install_machine.config.system.clan.deployment.file
pkgs.nixos-anywhere
] ++ builtins.map (i: i.outPath) (builtins.attrValues self.inputs);
closureInfo = pkgs.closureInfo { rootPaths = dependencies; };