Nix Rust | 708 Members | |
| Rust | 163 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 May 2022 | ||
| 15:02:10 | ||
| 15:02:11 | ||
| 5 May 2022 | ||
| 12:38:54 | ||
| 6 May 2022 | ||
| hey! does anyone have a quick example of using fenix with musl target? | 13:17:42 | |
| I'm trying to build a small rust cmdline app as static binary | 13:17:51 | |
| 7 May 2022 | ||
In reply to @js:ukvly.orgSorry, only with the oxalica overlay. | 11:33:39 | |
In reply to @a-kenji:matrix.orgThere was a cross compiling example that worked with minor changes. So I'm good :) | 11:34:56 | |
In reply to @js:ukvly.orgAh, awesome! Was just about to post my link. Glad it worked. | 11:35:25 | |
| I found the musl shell is something I don't want gced often, because it takes ages to build. | 11:36:15 | |
| I should contribute a working example to the readme. I'm probably not the only one trying to do this | 11:36:22 | |
| Yes, that is a good idea. | 11:36:54 | |
| 23:38:22 | ||
| 9 May 2022 | ||
| 00:22:27 | ||
In reply to @mixedCase:matrix.orgHi! I just updated this to use dream2nix. Changes here | 00:24:36 | |
In reply to @srid:matrix.orgThanks for the release! Good to know | 00:25:27 | |
| 00:31:20 | ||
| 10:57:28 | ||
| 12:18:00 | ||
| 14:50:40 | ||
| 15:18:30 | ||
| 10 May 2022 | ||
| Help. I'm trying to port my fenix toolschain setup to
I can't uncomment that line because it breaks everything. AFAICT, that's what I was more or less doing in | 05:05:55 | |
| Hmm... Found something that works.
Is this the right way then? | 05:19:13 | |
In reply to @js:ukvly.orgI am hitting this problem all the time myself. The reason is that normal cargo/rustup are impure. The only reliable solution I've found is to use nix flakes + lorri for everything on NixOs. | 05:29:41 | |
In reply to @dpc:matrix.orgWhy is lorri important here? | 05:51:11 | |
| a-kenji: It's just making the an experience so smooth that it's close to just using system-wide rustup/cargo | 06:12:57 | |
You cd into your project and everything gets set up as it should be, and you can open your editor, run cargo build etc. and things just work | 06:13:37 | |
Ah, yeah. I think I didn't understand you correctly there. I thought you meant that lorri is important for cargo/rustup. | 06:17:20 | |
| Lorri is a pretty nice project, I agree! | 06:17:49 | |
| Does anyone have examples how to deal with a
| 12:34:02 | |
| 11 May 2022 | ||
In a nixifified project using flakes, do you check-in the .envrc file into git, or is every contributor expected to create it if they use something like lorri? | 15:47:56 | |