I stayed back after work with two other people at Obsidian Systems to continue work on #NixOnWindows. It's so close to being useful! Most unit tests passing, I've even managed to do a few actual builds!
Build took a long time, since there's no binary cache yet, but I was able to build a Nix stdenv and hello.exe on Windows, thanks to the recent Cygwin-based #NixOnWindows work!
Debugging #NixOnWindows using #NixOS. I'm running w64devkit's gdbserver.exe binary under wine, loading in nix.exe then connecting "remotely" to that GDB session from VSCode. I'm even loading in libstdc++'s pretty-printing, which is something I didn't have when debugging natively under Windows.