This commit is contained in:
nora 2025-10-26 20:14:39 +01:00
parent ba5e53eea6
commit c0cf3786f4
6 changed files with 171 additions and 23 deletions

View file

@ -1,13 +1,9 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
buildInputs = with pkgs; [
rustup
gcc
clang_16
llvmPackages_16.bintools
clang_21
llvmPackages_21.bintools
];
shellHook = ''
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
'';
packages = (with pkgs; [
gef
rust-bindgen