11
quickjs/external/quickjs-rs/shell.nix
vendored
Normal file
11
quickjs/external/quickjs-rs/shell.nix
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gcc
|
||||
just
|
||||
rust-bindgen
|
||||
cargo
|
||||
cargo-release
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user