Skip to content

Commit

Permalink
Add a note about the system.stateVersion warning
Browse files Browse the repository at this point in the history
Fixes #16
  • Loading branch information
Gabriella439 committed Aug 6, 2023
1 parent 242c6cd commit c01b3f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manuscript/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ Then run this command within the same directory to run our test virtual machine:

```
$ nix run
warning: creating lock file '…/flake.lock'
trace: warning: system.stateVersion is not set, defaulting to 22.11. …
<<< Welcome to NixOS 22.11.20220918.f1a49e2 (aarch64) - ttyAMA0 >>>
Expand All @@ -283,8 +285,10 @@ nixos login: root (automatic login)

You can then shut down the virtual machine by entering `shutdown now`.

{blurb, class: info}
{blurb, class:information}
If you're unable to shut down the machine gracefully for any reason you can shut down the machine non-gracefully by typing `Ctrl`-`a` + `c` to open the `qemu` prompt and then entering `quit` to exit.

Also, don't worry about the `system.stateVersion` warning for now. We'll fix that later.
{/blurb}

If you were able to successfully launch and shut down the virtual machine then you're ready to follow along with the remaining examples throughout this book. If you see an example in this book that begins with this line:
Expand Down

0 comments on commit c01b3f6

Please sign in to comment.