Add config for virtual machine, and add instructions to README #2

Merged
frero merged 3 commits from oysteikt/qotd:add-vm into main 2026-01-17 21:03:05 +01:00
Showing only changes of commit 3a1dcee2db - Show all commits

View File

@@ -51,4 +51,6 @@ stdenvNoCC.mkDerivation {
install -Dm555 "$wrapperPath" "$out"/bin/qotd
runHook postInstall
'';
meta.mainProgram = "qotd";
}