Results 35 comments of julius-boettger

Ah, I see. But `hardware.graphics` only seems to have an `extraPackages` attribute, but no `package`(`32`), are you sure the inner options are the same?

> please try using `ms-vscode.cpptools` from the latest commit on `master` @deemp Just tried it, using `nix-vscode-extensions` revision `b745699e15781fd84d125408f0a5712d7873c0a8`, `nixos-rebuild` fails with the following last log lines: ```sh cpptools-1.24.2.zip> 26...

> [@julius-boettger](https://github.com/julius-boettger) which platform do you use? Linux / NixOS 24.11, using [this configuration](https://github.com/julius-boettger/dotfiles/tree/02d361019b6588b5791a8845bb8b8b713400cf82) when I tested earlier (although I didn't commit adding `ms-vscode.cpptools` to my extensions in `modules/vscodium/default.nix`)

> The ms-vscode.cpptools extension is available at https://github.com/nix-community/nix-vscode-extensions/commit/69cd2482309b5a806f0cf6a7306e47b8b155f014 It looks like I was just missing a `nix flake update nix-vscode-extensions`, now I can successfully rebuild my system. The extension seems...

I am not very familiar with the `vadimcn.vscode-lldb` extension, so the problem here might just be me, but I can't get the debugger running ![Image](https://github.com/user-attachments/assets/1f88dc37-9e0e-47b4-92a5-b8836e0ba58d) Edit: Nevermind, just got it...