Skip to content

Commit 42ca68c

Browse files
authored
Merge pull request #3 from flashbots/fnerdman-patch-1
Update readme.md
2 parents 3a02995 + 9ed5b5a commit 42ca68c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Mkosi Debian Proof of Concept
55
Prerequisites
66
-------------
77

8-
- Nix should be installed and the `nix-command` and `flakes` features should be enabled.
8+
- Nix should be installed (single user mode is sufficient) and the `nix-command` and `flakes` features should be enabled.
9+
```
10+
sh <(curl -L https://nixos.org/nix/install) --no-daemon
11+
nix --extra-experimental-features nix-command develop --extra-experimental-features flakes -c $SHELL
12+
```
913

1014
- For now, the Debian archive keyring needs to be installed on your computer. This will be fixed in a future update
1115

@@ -66,4 +70,4 @@ Then, once the breakpoint is hit, you can get a shell on your computer with:
6670
script -qfc "socat STDIO UNIX-CONNECT:debug.sock" /dev/null
6771
```
6872

69-
From here, you can run `mkosi-chroot /bin/bash` to get inside Debian
73+
From here, you can run `mkosi-chroot /bin/bash` to get inside Debian

0 commit comments

Comments
 (0)