| Hi All
Yesterday, I started looking for setting up an environment to learn rust😅.
I dwelled on setting up the environment and basic build through the help of some wiki and mainly vimjoyer's video.
Here's a hello world template of mine.
https://github.com/vivekanandan-ks/ksv-rust-try/blob/main/flake.nix
I have these configured:
Devshells :
- using nixpkgs and cargo, rustc etc (only stable from nixpkgs)
- using fenix for the toolchain (since this can be used for stable, beta, nightly releases)
Packages:
- plain: pkgs.rustPlatform.buildRustPackage
- naersk
- fenix + plain
- fenix + naersk
Any suggestion or improvements over this please😅
|