Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 540 Bytes

Minimum flake-enabled NixOS-WSL config, preconfigured for local development, including VSCode and Windows Docker Desktop integration.

To use, install NixOS-WSL, then apply with:

nixos-rebuild switch --flake github:Avunu/nixos-wsl-micro#nixos --refresh

If the above command fails, try:

wsl -d NixOS --system --user root -- /mnt/wslg/distro/bin/nixos-wsl-recovery

Then rerun nixos-rebuild, as above.