Skip to content

Instantly share code, notes, and snippets.

@sayanarijit
Created February 10, 2024 08:12
Show Gist options
  • Save sayanarijit/3650e83139332483c51746ee0a1399bc to your computer and use it in GitHub Desktop.
Save sayanarijit/3650e83139332483c51746ee0a1399bc to your computer and use it in GitHub Desktop.
Rust shell.nix
with import <nixpkgs-unstable> { };
pkgs.mkShell {
buildInputs = with pkgs; [
cargo
rustc
gcc
gnumake
rustfmt
rust-analyzer
clippy
pkg-config
openssl
luajit
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment