Arut0ria

Results 5 comments of Arut0ria

I found something that sort of fixed it, I removed the extensions.json in ~/.vscode-oss/extensions/ and added this option to my vscode nix config : ```nix { pkgs, lib, config, ......

I don't think it is related to #417. Vscode won't load the stylix extension, unless I add this option to my nixos configuration: ```nix programs.vscode.mutableExtensionsDir = false; ``` I'll upload...

> https://github.com/clementpoiret/nix-python-devenv/blob/cuda/devenv.nix Great example! I spent the whole day trying to get CUDA working in a devenv, and this issue finally got me unstuck. This really needs to be documented...

Nevermind, I think I was just missing ```NIX_LD_LIBRARY_PATH``` and ```NIX_LD``` in env. Correct me if I'm wrong...

If I recall well, I was using the version of nixpkgs bundled in nixos-25.05. And yes, I think you found it.