You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wsl --exec actually launches the command without a login shell. Because all of the NixOS specific magic (currently, that's gonna change) happens in the login shell of the root user, only wsl <command> works properly with NixOS right now
Bug description
when trying to run wsl --exec with nixos as my default distro it errors with
To Reproduce
Steps to reproduce the behavior:
wsl --exec <command>
Expected behavior
it should execute normally
Logs
The text was updated successfully, but these errors were encountered: