tests.nixos-functions: port test to python
This commit is contained in:
parent
dd5f92f20b
commit
6022db4d9d
@ -33,7 +33,7 @@ in lib.optionalAttrs stdenv.hostPlatform.isLinux (
|
||||
environment.systemPackages = [ pkgs.hello ];
|
||||
};
|
||||
testScript = ''
|
||||
$machine->succeed("hello");
|
||||
machine.succeed("hello")
|
||||
'';
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user