{ inputs, ... }: { perSystem = { pkgs, ... }: { checks.proxmox-basic = pkgs.testers.runNixOSTest { imports = [ ./proxmoxTest.nix ]; _module.args.inputs = inputs; }; }; }