From b509b21c651b054f7716e9ec9d2bdd9ca07522e8 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 7 Feb 2026 22:24:10 +0200 Subject: [PATCH] Added README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ca00bf --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Nix VM with Debian + GUI + +1. Build the VM: +```bash +nix-build vm.nix -A system.build.customVM +``` +2. Run the VM: +```bash +./result/bin/run-debian-vm +```