fenix icon indicating copy to clipboard operation
fenix copied to clipboard

Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]

Results 63 fenix issues
Sort by recently updated
recently updated
newest added

When you run `nix flake check` it complains that `flake attribute 'packages.i686-linux.default' is not a derivation` Same with `nix flake show`: ```bash $ nix flake show github:nix-community/fenix github:nix-community/fenix/e9dcb2bf01b002ccc05edf7ddcc5bbf09c9a8cd0 ├───overlay: Nixpkgs...

enhancement

Hi, wondering if it's possible to specify a target that is custom, similar to what is mentioned in https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md#cross-compilation-cross-compilation: > To pass a completely custom target, define `stdenv.hostPlatform.rustc.config` with its...

enhancement

I tried to introduce flakes to our embedded systems projects, and Fenix seemed like a nice lightweight solution, especially for someone new in the nix ecosystem like me. Seems like...

question

Through a weekend project I ended up trying to package Solana with Nix. The part that I'm struggling with is `cargo-build-bpf`. Essentially this downloads so-called [BPF tools](https://github.com/solana-labs/bpf-tools) and then it...

enhancement
help wanted

https://github.com/nix-community/fenix/blob/ba9a36ef175efed4ef3a3de485131da921439301/lib/combine.nix#L9 Why is this `cp` invocation needed? If I'm understanding it correctly, it's basically converting the binary links to files, but why is this needed?

question

I am unable to cross compile for mingw-w64 target using fenix while I am able to with nixpkgs-mozilla. Using the following flake.nix, naersk and fenix would fail to compile a...

bug

I've created an empty Cargo repository with just an empty lib.rs and the following flake.nix: ```nix { inputs = { fenix = { url = "github:nix-community/fenix"; inputs.nixpkgs.follows = "nixpkgs"; };...

bug
documentation

This doesn't look like a real version: ``` nix run 'github:nix-community/fenix?rev=e928fb6b5179ebd032c19afac5c461ccc0b6de55#rust-analyzer' -- --version rust-analyzer 0.0.0 ``` and this doesn't run at all: ``` > nix run 'github:nix-community/fenix?rev=e928fb6b5179ebd032c19afac5c461ccc0b6de55#stable.rust-analyzer' -- --version error:...

The goal of this PR is to make it possible to use a mirror of rustup, such as one created using [Panamax](https://github.com/panamax-rs/panamax), with fenix. To do so, it fixes three...

enhancement

Would it be possible to support Rust forks with this project such as the Crab language? https://github.com/crablang/crab