We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wsl.useWindowsDriver
When trying to use the wsl.useWindowsDriver option in my NixOS WSL configuration, the rebuild fails with:
ln: failed to create symbolic link '/nix/store/dkwgqmk9mnv1337kjm3kwa9qhz9401g6-wsl-lib/lib': File exists
Steps to reproduce the behavior:
wsl.useWindowsDriver = true
nixos-rebuild switch
In description
WSL version: 2.0.9.0 Kernel version: 5.15.133.1-1 WSLg version: 1.0.59 MSRDC version: 1.2.4677 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows version: 10.0.22631.2861
The text was updated successfully, but these errors were encountered:
Please update, this got fixed by #383 nope, doing a fix
Sorry, something went wrong.
Create directory for symlink tree
a21f5f6
otherwise $out/lib was a symlink which the files cannot be placed into Closes #390
Successfully merging a pull request may close this issue.
Bug description
When trying to use the
wsl.useWindowsDriver
option in my NixOS WSL configuration, the rebuild fails with:To Reproduce
Steps to reproduce the behavior:
wsl.useWindowsDriver = true
to NixOS configuration.nixos-rebuild switch
.Logs
In description
WSL version
The text was updated successfully, but these errors were encountered: