Jump to content

Rust: Difference between revisions

32 bytes removed ,  24 December 2022
m
no edit summary
imported>Domenkozar
(Added note about devenv)
imported>Aktaboot
mNo edit summary
Line 208: Line 208:
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
pkgs.mkShell {
   nativeBuildInputs = with pkgs; [ rustc cargo gcc ];
   nativeBuildInputs = with pkgs; [ rustc cargo gcc rustfmt clippy ];
  buildInputs = with pkgs; [ rustfmt clippy ];


   # Certain Rust tools won't work without this
   # Certain Rust tools won't work without this
Anonymous user