mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 08:35:09 +01:00
uwu
This commit is contained in:
parent
ba5e53eea6
commit
c0cf3786f4
6 changed files with 171 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue