Skip to content

Converting new NixOS-WSL install to a flake results in building mesa from sources #265

Answered by alexvorobiev
alexvorobiev asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like I found the culprit - my configuration.nix had these lines

imports = [
    "${modulesPath}/profiles/minimal.nix"
 ];

which enables environment.noXlibs with a disastrous effect on pretty much everything that needs X11. I think the result of putting those lines to the default configuration.nix needs to be explained somewhere in the documentation. It looks I am not the only one who was bitten by that: #33.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SuperSandro2000
Comment options

Answer selected by alexvorobiev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants