Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
From here, you can run `mkosi-chroot /bin/bash` to get inside Debian