From 4b0dd9213aff5b463fa365e9b33f76c48de4954f Mon Sep 17 00:00:00 2001 From: Pieter van Bogaert <50581123+Quetzacuatl@users.noreply.github.com> Date: Sat, 20 Nov 2021 19:22:06 +0100 Subject: [PATCH] Update WindowsWSL.md solution for error docker load -> add line to nix.conf file (system-features = kvm) --- book/docs/setup/WindowsWSL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/docs/setup/WindowsWSL.md b/book/docs/setup/WindowsWSL.md index d1014b2..f35e120 100644 --- a/book/docs/setup/WindowsWSL.md +++ b/book/docs/setup/WindowsWSL.md @@ -43,6 +43,9 @@ Should work on Windows 10 with WSL 2 11 - Launch the Docker container from WSL using the README command line [$] docker load < $(nix-build default.nix -A devcontainer) + + (if error code like 'A 'x86_64-linux' with features {kvm} is required to build...' + enter sudo nano /etc/nix/nix.conf and add the line 'system-features = nixos-test benchmark big-parallel kvm' ) ## Setting up VSCode with the dev container.