6 Sep 2025 |
K900 | Using something like nix-init will do most of it for you | 19:23:25 |
dacid44 | oh, that looks handy | 19:34:49 |
dacid44 | I was hoping for something where I could just plug in the package name but that's not too much extra work | 19:35:26 |
dacid44 | * I was hoping for something where I could just plug in the crates.io package name but that's not too much extra work | 19:35:40 |
Alyssa Ross | Rust programs often depend on one or two non-Rust libraries, so would be difficult to 100% automate but the amount of manual work is usually very small | 19:36:42 |
dacid44 | well, could be nice to automate it in the case where it's pure Rust, which is most of the stuff I'd be cargo install ing | 19:40:11 |
K900 | You can basically automate it by just plugging crates.io URLs into nix-inir | 19:42:50 |
K900 | * | 19:42:50 |
7 Sep 2025 |
| Maximilian Kapra joined the room. | 08:05:31 |
| @federicodschonborn:matrix.org left the room. | 14:36:42 |
| nkl joined the room. | 15:49:16 |
8 Sep 2025 |
| inayet set a profile picture. | 02:15:52 |
| @brisingr05:matrix.org left the room. | 07:57:26 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 15:19:50 |
9 Sep 2025 |
| nyanbinary 🏳️⚧️ set a profile picture. | 15:12:31 |
| Albert Larsan joined the room. | 19:54:39 |
12 Sep 2025 |
| ximian joined the room. | 00:45:45 |
| @creepinson:matrix.org left the room. | 01:43:05 |
| aidalgol set a profile picture. | 09:21:36 |
13 Sep 2025 |
| oak 🏳️🌈♥️ changed their profile picture. | 09:45:56 |
| arjen joined the room. | 10:27:22 |
14 Sep 2025 |
| ret2pop ⚡️ joined the room. | 02:58:58 |
| zxfsee changed their profile picture. | 15:43:02 |
16 Sep 2025 |
| @skardiz:matrix.org joined the room. | 02:57:11 |
| @skardiz:matrix.org left the room. | 03:03:25 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 16:45:36 |
| nyanbinary 🏳️⚧️ set a profile picture. | 18:21:14 |
| Sapphire changed their profile picture. | 21:14:54 |
17 Sep 2025 |
| QuadRadical (Ping) joined the room. | 23:49:53 |
16 Sep 2025 |
rosssmyth | Found an interesting thing: If I compile something with dontStrip = true; with craneLib & pkgsCross.mingwW64 the resulting .exe file does not work. If I remove that attribute, it works fine. | 22:13:36 |