This commit is contained in:
nora 2023-10-01 15:28:22 +02:00
parent 9d74d9120c
commit 2f0191768f
6 changed files with 44 additions and 6 deletions

View file

@ -2,6 +2,7 @@
buildInputs = with pkgs; [
rustup
gcc
clang_16
];
shellHook = ''
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin