tests.nixos-functions: port test to python

wip/yesman
worldofpeace 4 years ago committed by Florian Klink
parent dd5f92f20b
commit 6022db4d9d
  1. 2
      pkgs/test/nixos-functions/default.nix

@ -33,7 +33,7 @@ in lib.optionalAttrs stdenv.hostPlatform.isLinux (
environment.systemPackages = [ pkgs.hello ];
};
testScript = ''
$machine->succeed("hello");
machine.succeed("hello")
'';
});

Loading…
Cancel
Save