Skip to content

Instantly share code, notes, and snippets.

@bbigras
Created January 24, 2021 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbigras/dc8677d9ef3d5030a7e576cc01de1e84 to your computer and use it in GitHub Desktop.
Save bbigras/dc8677d9ef3d5030a7e576cc01de1e84 to your computer and use it in GitHub Desktop.
stable rust
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
buildInputs = with pkgs; [
cargo
openssl
pkgconfig
rust-analyzer
rustfmt
clippy
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment