| 28 Jul 2022 |
Izdihar | * hello, does anyone know how to use nixos+codelldb+rust? | 01:30:13 |
| 29 Jul 2022 |
dpc | Where's the problem? | 03:35:11 |
Izdihar | In reply to @dpc:matrix.org Where's the problem? my problem is about how to do it at all. I've followed non-nixos way to do it to no avail. | 05:32:05 |
kayla (she/they) | In reply to@tengkuizdihar:matrix.org my problem is about how to do it at all. I've followed non-nixos way to do it to no avail. in what way is it not working? what have you done so far?
Does it show up? is the extension installed in vscode already? is the extension erroring? | 17:12:12 |
| 1 Aug 2022 |
| better_sleeping joined the room. | 09:02:43 |
| better_sleeping left the room. | 09:03:16 |
| jhillyerd joined the room. | 22:38:09 |
| 3 Aug 2022 |
Alyssa Ross | hey, it's been a while since I needed a beta/nightly Rust compiler. Is oxalica's Rust overlay still the thing to use? | 18:04:09 |
a-kenji | In reply to @qyliss:fairydust.space hey, it's been a while since I needed a beta/nightly Rust compiler. Is oxalica's Rust overlay still the thing to use? For me, yes. | 18:04:36 |
Alyssa Ross | a-kenji: hehe, your response to me in #spectrum:libera.chat came through about a second after I asked in here | 18:05:05 |
a-kenji | In reply to @qyliss:fairydust.space a-kenji: hehe, your response to me in #spectrum:libera.chat came through about a second after I asked in here :D Good timing! | 18:05:53 |
Dandellion | I really liked fenix last time I tried different things out | 18:06:57 |
Dandellion | at least I had more luck with it for crosscompiling | 18:07:26 |
| 4 Aug 2022 |
| walkah joined the room. | 19:23:18 |
| 5 Aug 2022 |
| Kira Bruneau joined the room. | 01:00:26 |
| Kira Bruneau changed their display name from daxvena to Kira Bruneau. | 01:00:31 |
| 6 Aug 2022 |
Ralith | how do those compare to the mozilla overlay? | 06:05:19 |
dpc | Does jumping to definition of a private method supposed to work in rust-analyzer? | 06:11:27 |
dpc | It doesn't here, and I wonder if this is kak-lsp or rust-analyzer's doing. | 06:11:45 |
dpc | It's a pita, when a symbol is accidentally private and I can't jump to it to add pub | 06:12:05 |
dpc | BTW. I also use fenix exclusively. I had some problems with nix flakes and mozilla overlay and tried fenix, worked like a charm and never felt a need to go back. | 06:15:22 |
dpc | https://github.com/mozilla/nixpkgs-mozilla#flake-usage
Depending on your use case, you might need to set the --impure flag when invoking the nix command. This is because this repository fetches resources from non-pinned URLs non-reproducibly.
š¤·
| 06:15:56 |
Alyssa Ross | ralith: oxalica's has a comparison with the mozilla overlay in it's README | 10:14:38 |
| yuu changed their display name from yuu to yuu[m]. | 17:42:51 |
| yuu changed their display name from yuu[m] to yuu. | 20:35:44 |
| 8 Aug 2022 |
| schuelermine joined the room. | 09:01:04 |
schuelermine | Hi, I just installed Rust via Nix, and Iām getting an error when using the rust-analyzer extension for VSCode.
āFailed to find sysroot for Cargo.toml fileā. It asks if rust-src is installed. How can I install the Rust sources via Nix? | 09:14:04 |
a-kenji | Oh, I haven't used vscode in a while, but that error does ring a bell. Do you have rust analyzer itself installed in nix?
| 09:15:29 |
a-kenji | And is the extension installed through the marketplace, or nix? | 09:15:47 |
schuelermine | Yes, I have rust-analyzer installed via Nix. But it might still be using a downloaded version, there was a downloading message. | 09:16:27 |