| 19 Oct 2022 |
a-kenji | In reply to @aktaboot:tchncs.de do I build rustc from source as a flake input or somthing ? It has to be more cursed than that, no ? I haven't used fenix in forever, but I think you would specify it once you fetched the overlay, either through the overlay or through the packages. For example in the oxalica/rust-overlay you would do something like this: (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) ]} | 17:44:24 |
aktaboot | so with oxalica I don't need fenix to use the nightly binary, right ? | 17:47:01 |
a-kenji | Yes, they would be independent. | 17:47:14 |
aktaboot | oh you mean I have to do the same/equivalent overlay but with fenix | 17:47:38 |
a-kenji | It also seems that fenix either doesn't have nightly toolchains, or forgot to add it to the documentation: https://github.com/nix-community/fenix#usage | 17:47:41 |
aktaboot | I don't know I asked about how to use the nightly toolchain, and I got suggested to use fenix | 17:48:20 |
aktaboot | so I blindly followed :D | 17:48:30 |
a-kenji | Maybe it's just not in the documentation then :D. | 17:49:00 |