nixpkgs/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua
Tomo 9cdeb84cd9 craftos-pc: add basic tests
This ensures that most obvious breakages will be caught before they are
shipped.
2023-06-26 17:33:32 -07:00

4 lines
47 B
Lua

print("Hello Nixpkgs!")
shell.run("shutdown")