about summary refs log tree commit diff
path: root/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua
diff options
context:
space:
mode:
authorTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-16 06:39:35 +0000
committerTomo <68489118+Tomodachi94@users.noreply.github.com>2023-06-26 17:33:32 -0700
commit9cdeb84cd97c7a61b679d7f01ad59ab4442b37f6 (patch)
treef2e145ed44c943a3f29c1f268a7e2582ea94442f /pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua
parent4bc5836dc203a01ce134c02720c1b6c4082c1cea (diff)
craftos-pc: add basic tests
This ensures that most obvious breakages will be caught before they are
shipped.
Diffstat (limited to 'pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua')
-rw-r--r--pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua b/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua
new file mode 100644
index 0000000000000..5279b1a78c670
--- /dev/null
+++ b/pkgs/applications/emulators/craftos-pc/test-eval-hello-world/init.lua
@@ -0,0 +1,3 @@
+print("Hello Nixpkgs!")
+
+shell.run("shutdown")