1 import ./make-test-python.nix ({ pkgs, ...} : {
3 meta = with pkgs.lib.maintainers; {
4 maintainers = [ ehmry ];
7 nodes.machine = { ... }: {
8 imports = [ ../modules/profiles/minimal.nix ];
9 environment.systemPackages = [ pkgs.hello ];
12 packageNames = [ "hello" ];
19 machine.wait_for_unit("multi-user.target")
20 machine.succeed("nix-ccache --show-stats")
21 machine.succeed("hello")