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.