From 9ed5b5aefaab711ad5287bcd8dc7d99b5fe80cc7 Mon Sep 17 00:00:00 2001 From: Frieder Erdmann <1242489+fnerdman@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:30:03 +0100 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 76e65ee..fa1017f 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,11 @@ Mkosi Debian Proof of Concept Prerequisites ------------- -- Nix should be installed and the `nix-command` and `flakes` features should be enabled. +- Nix should be installed (single user mode is sufficient) and the `nix-command` and `flakes` features should be enabled. +``` +sh <(curl -L https://nixos.org/nix/install) --no-daemon +nix --extra-experimental-features nix-command develop --extra-experimental-features flakes -c $SHELL +``` - For now, the Debian archive keyring needs to be installed on your computer. This will be fixed in a future update @@ -66,4 +70,4 @@ Then, once the breakpoint is hit, you can get a shell on your computer with: script -qfc "socat STDIO UNIX-CONNECT:debug.sock" /dev/null ``` -From here, you can run `mkosi-chroot /bin/bash` to get inside Debian \ No newline at end of file +From here, you can run `mkosi-chroot /bin/bash` to get inside Debian