Replies: 1 comment 2 replies
-
envfs breaks all kinds of things in my experience. I still have this comment in my code from when I tested it way back:
saying that I cannot recommend it unless you are into bug hunting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After enabling
services.envfs.enable
and restarting the system, GUI applications do not start for me anymore.I particularly noticed this with IntelliJ. Upon start i will now get an error:
I assume this might be somehow related to the
/bin
directory not being populated anymore: https://github.com/nix-community/NixOS-WSL/blob/main/modules/wsl-distro.nix#L199When disabling
services.envfs.enable
, IntelliJ starts up fine again.It also seems to depend on the VM options passed to Intelli.
This will work fine:
This will fail with the error above:
Does someone have an idea, what might cause this behavior and how it can be fixed?
Beta Was this translation helpful? Give feedback.
All reactions